#97B439

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

Shades of Limerick #97B439

Tints of Limerick #97B439

Color information

#97B439 (or 0x97B439) is unknown color: approx Limerick. HEX triplet: 97, B4 and 39. RGB value is (151,180,57). Sum of RGB (Red+Green+Blue) = 151+180+57=388 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.92% from 388); Green value is 180 (70.70% from 255 or 46.39% from 388); Blue value is 57 (22.66% from 255 or 14.69% from 388); Max value from RGB is 180 - color contains mainly: green. Hex color #97B439 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97B439 is #684BC6. Grayscale: #9D9D9D. Windows color (decimal): -6835143 or 3781783. OLE color: 3781783.

HSL color Cylindrical-coordinate representation of color #97B439: hue angle of 74.15º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #97B439 is Cyan = 0.16, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.29.

Color convert

RGB15118057-
CMYK0.1600.680.29
HSL74.15º51.9%46.47%-
HSV(B)74.15º68.33%70.59%-
XYZ29.8239.529.93-
YUV157.3171.39123.5-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 38.92%
GREEN value IS 180 (70.70% from 255) = 46.39%
BLUE value IS 57 (22.66% from 255) = 14.69%
R=38.92%
G=46.39%
B=14.69%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal151180570.1600.680.2974.1551.946.47
Hex97B439100441D4a342e
Octal22726471200104351126456
Binary10010111101101001110011000001000100111011001010110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97B439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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