#97AE33

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

Shades of Limerick #97AE33

Tints of Limerick #97AE33

Color information

#97AE33 (or 0x97AE33) is unknown color: approx Limerick. HEX triplet: 97, AE and 33. RGB value is (151,174,51). Sum of RGB (Red+Green+Blue) = 151+174+51=376 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.16% from 376); Green value is 174 (68.36% from 255 or 46.28% from 376); Blue value is 51 (20.31% from 255 or 13.56% from 376); Max value from RGB is 174 - color contains mainly: green. Hex color #97AE33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #97AE33 is #6851CC. Grayscale: #999999. Windows color (decimal): -6836685 or 3387031. OLE color: 3387031.

HSL color Cylindrical-coordinate representation of color #97AE33: hue angle of 71.22º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #97AE33 is Cyan = 0.13, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.32.

Color convert

RGB15117451-
CMYK0.1300.710.32
HSL71.22º54.67%44.12%-
HSV(B)71.22º70.69%68.24%-
XYZ28.537.098.79-
YUV153.170.38126.5-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 40.16%
GREEN value IS 174 (68.36% from 255) = 46.28%
BLUE value IS 51 (20.31% from 255) = 13.56%
R=40.16%
G=46.28%
B=13.56%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal151174510.1300.710.3271.2254.6744.12
Hex97AE33D0472047372c
Octal22725663150107401076754
Binary10010111101011101100111101010001111000001000111110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97AE33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,174,51); }

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

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

 a { background-color: rgb(151,174,51); }

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

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

 span { border-color: rgb(151,174,51); }

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