#97B12E

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

Shades of Limerick #97B12E

Tints of Limerick #97B12E

Color information

#97B12E (or 0x97B12E) is unknown color: approx Limerick. HEX triplet: 97, B1 and 2E. RGB value is (151,177,46). Sum of RGB (Red+Green+Blue) = 151+177+46=374 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.37% from 374); Green value is 177 (69.53% from 255 or 47.33% from 374); Blue value is 46 (18.36% from 255 or 12.30% from 374); Max value from RGB is 177 - color contains mainly: green. Hex color #97B12E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #97B12E is #684ED1. Grayscale: #9A9A9A. Windows color (decimal): -6835922 or 3060119. OLE color: 3060119.

HSL color Cylindrical-coordinate representation of color #97B12E: hue angle of 71.91º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #97B12E is Cyan = 0.15, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.31.

Color convert

RGB15117746-
CMYK0.1500.740.31
HSL71.91º58.74%43.73%-
HSV(B)71.91º74.01%69.41%-
XYZ28.9838.228.43-
YUV154.2966.89125.65-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 40.37%
GREEN value IS 177 (69.53% from 255) = 47.33%
BLUE value IS 46 (18.36% from 255) = 12.30%
R=40.37%
G=47.33%
B=12.30%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal151177460.1500.740.3171.9158.7443.73
Hex97B12EF04A1F483b2c
Octal22726156170112371107354
Binary1001011110110001101110111101001010111111001000111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97B12E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,177,46); }

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

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

 a { background-color: rgb(151,177,46); }

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

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

 span { border-color: rgb(151,177,46); }

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