#97B037

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

Shades of Limerick #97B037

Tints of Limerick #97B037

Color information

#97B037 (or 0x97B037) is unknown color: approx Limerick. HEX triplet: 97, B0 and 37. RGB value is (151,176,55). Sum of RGB (Red+Green+Blue) = 151+176+55=382 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.53% from 382); Green value is 176 (69.14% from 255 or 46.07% from 382); Blue value is 55 (21.88% from 255 or 14.40% from 382); Max value from RGB is 176 - color contains mainly: green. Hex color #97B037 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #97B037 is #684FC8. Grayscale: #9B9B9B. Windows color (decimal): -6836169 or 3649687. OLE color: 3649687.

HSL color Cylindrical-coordinate representation of color #97B037: hue angle of 72.4º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #97B037 is Cyan = 0.14, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.31.

Color convert

RGB15117655-
CMYK0.1400.690.31
HSL72.4º52.38%45.29%-
HSV(B)72.4º68.75%69.02%-
XYZ28.9837.919.4-
YUV154.7371.72125.34-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 39.53%
GREEN value IS 176 (69.14% from 255) = 46.07%
BLUE value IS 55 (21.88% from 255) = 14.40%
R=39.53%
G=46.07%
B=14.40%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal151176550.1400.690.3172.452.3845.29
Hex97B037E0451F48342d
Octal22726067160105371106455
Binary1001011110110000110111111001000101111111001000110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97B037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,176,55); }

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

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

 a { background-color: rgb(151,176,55); }

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

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

 span { border-color: rgb(151,176,55); }

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