#97AB40

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

Shades of Limerick #97AB40

Tints of Limerick #97AB40

Color information

#97AB40 (or 0x97AB40) is unknown color: approx Limerick. HEX triplet: 97, AB and 40. RGB value is (151,171,64). Sum of RGB (Red+Green+Blue) = 151+171+64=386 (51% of max value = 765). Red value is 151 (59.38% from 255 or 39.12% from 386); Green value is 171 (67.19% from 255 or 44.30% from 386); Blue value is 64 (25.39% from 255 or 16.58% from 386); Max value from RGB is 171 - color contains mainly: green. Hex color #97AB40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #97AB40 is #6854BF. Grayscale: #999999. Windows color (decimal): -6837440 or 4238231. OLE color: 4238231.

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

Color convert

RGB15117164-
CMYK0.1200.630.33
HSL71.21º45.53%46.08%-
HSV(B)71.21º62.57%67.06%-
XYZ28.2536.0810.32-
YUV152.8277.87126.7-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 39.12%
GREEN value IS 171 (67.19% from 255) = 44.30%
BLUE value IS 64 (25.39% from 255) = 16.58%
R=39.12%
G=44.30%
B=16.58%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal151171640.1200.630.3371.2145.5346.08
Hex97AB40C03F21472e2e
Octal22725310014077411075656
Binary10010111101010111000000110001111111000011000111101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97AB40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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