#97B436

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

Shades of Limerick #97B436

Tints of Limerick #97B436

Color information

#97B436 (or 0x97B436) is unknown color: approx Limerick. HEX triplet: 97, B4 and 36. RGB value is (151,180,54). Sum of RGB (Red+Green+Blue) = 151+180+54=385 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.22% from 385); Green value is 180 (70.70% from 255 or 46.75% from 385); Blue value is 54 (21.48% from 255 or 14.03% from 385); Max value from RGB is 180 - color contains mainly: green. Hex color #97B436 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97B436 is #684BC9. Grayscale: #9D9D9D. Windows color (decimal): -6835146 or 3585175. OLE color: 3585175.

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

Color convert

RGB15118054-
CMYK0.1600.70.29
HSL73.81º53.85%45.88%-
HSV(B)73.81º70%70.59%-
XYZ29.7539.499.54-
YUV156.9669.89123.75-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 39.22%
GREEN value IS 180 (70.70% from 255) = 46.75%
BLUE value IS 54 (21.48% from 255) = 14.03%
R=39.22%
G=46.75%
B=14.03%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.7
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal151180540.1600.70.2973.8153.8545.88
Hex97B436100461D4a362e
Octal22726466200106351126656
Binary10010111101101001101101000001000110111011001010110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97B436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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