#97AB39

Color #97AB39 Limerick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limerick #97AB39

Tints of Limerick #97AB39

Color information

#97AB39 (or 0x97AB39) is unknown color: approx Limerick. HEX triplet: 97, AB and 39. RGB value is (151,171,57). Sum of RGB (Red+Green+Blue) = 151+171+57=379 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.84% from 379); Green value is 171 (67.19% from 255 or 45.12% from 379); Blue value is 57 (22.66% from 255 or 15.04% from 379); Max value from RGB is 171 - color contains mainly: green. Hex color #97AB39 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #97AB39 is #6854C6. Grayscale: #989898. Windows color (decimal): -6837447 or 3779479. OLE color: 3779479.

HSL color Cylindrical-coordinate representation of color #97AB39: hue angle of 70.53º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #97AB39 is Cyan = 0.12, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.33.

Color convert

RGB15117157-
CMYK0.1200.670.33
HSL70.53º50%44.71%-
HSV(B)70.53º66.67%67.06%-
XYZ28.06369.34-
YUV152.0274.37127.27-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 151 (59.38% from 255) = 39.84%
GREEN value IS 171 (67.19% from 255) = 45.12%
BLUE value IS 57 (22.66% from 255) = 15.04%
R=39.84%
G=45.12%
B=15.04%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal151171570.1200.670.3370.535044.71
Hex97AB39C0432147322d
Octal22725371140103411076255
Binary10010111101010111110011100010000111000011000111110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97AB39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97AB39; }

 p { color: rgb(151,171,57); }

 H1.HeaderClassName
 {
   color: #97AB39;
 }
 .AnyTagClassName
 {
   color: #97AB39;
 }
</style>
background-color css

<style>
 a { background-color: #97AB39; }

 a { background-color: rgb(151,171,57); }

 div.DivClassName
 {
   background-color: #97AB39;
 }
 .BgClassName
 {
   background-color: #97AB39;
 }
</style>
border-color css

<style>
 span { border-color: #97AB39; }

 span { border-color: rgb(151,171,57); }

 td.TdClassName
 {
   border-color: #97AB39;
 }
 .TagClassName
 {
   border-color: #97AB39;
 }
</style>