#97AB44

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

Shades of Limerick #97AB44

Tints of Limerick #97AB44

Color information

#97AB44 (or 0x97AB44) is unknown color: approx Limerick. HEX triplet: 97, AB and 44. RGB value is (151,171,68). Sum of RGB (Red+Green+Blue) = 151+171+68=390 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.72% from 390); Green value is 171 (67.19% from 255 or 43.85% from 390); Blue value is 68 (26.95% from 255 or 17.44% from 390); Max value from RGB is 171 - color contains mainly: green. Hex color #97AB44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #97AB44 is #6854BB. Grayscale: #999999. Windows color (decimal): -6837436 or 4500375. OLE color: 4500375.

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

Color convert

RGB15117168-
CMYK0.1200.600.33
HSL71.65º43.1%46.86%-
HSV(B)71.65º60.23%67.06%-
XYZ28.3736.1210.95-
YUV153.2879.87126.38-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 38.72%
GREEN value IS 171 (67.19% from 255) = 43.85%
BLUE value IS 68 (26.95% from 255) = 17.44%
R=38.72%
G=43.85%
B=17.44%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal151171680.1200.600.3371.6543.146.86
Hex97AB44C03C21482b2f
Octal22725310414074411105357
Binary10010111101010111000100110001111001000011001000101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97AB44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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