#99AB33

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

Shades of Limerick #99AB33

Tints of Limerick #99AB33

Color information

#99AB33 (or 0x99AB33) is unknown color: approx Limerick. HEX triplet: 99, AB and 33. RGB value is (153,171,51). Sum of RGB (Red+Green+Blue) = 153+171+51=375 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.8% from 375); Green value is 171 (67.19% from 255 or 45.6% from 375); Blue value is 51 (20.31% from 255 or 13.6% from 375); Max value from RGB is 171 - color contains mainly: green. Hex color #99AB33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99AB33 is #6654CC. Grayscale: #989898. Windows color (decimal): -6706381 or 3386265. OLE color: 3386265.

HSL color Cylindrical-coordinate representation of color #99AB33: hue angle of 69º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #99AB33 is Cyan = 0.11, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.33.

Color convert

RGB15317151-
CMYK0.1100.700.33
HSL69º54.05%43.53%-
HSV(B)69º70.18%67.06%-
XYZ28.336.148.62-
YUV151.9471.04128.76-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.8%
GREEN value IS 171 (67.19% from 255) = 45.6%
BLUE value IS 51 (20.31% from 255) = 13.6%
R=40.8%
G=45.6%
B=13.6%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal153171510.1100.700.336954.0543.53
Hex99AB33B0462145362c
Octal23125363130106411056654
Binary10011001101010111100111011010001101000011000101110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99AB33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99AB33; }

 p { color: rgb(153,171,51); }

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

<style>
 a { background-color: #99AB33; }

 a { background-color: rgb(153,171,51); }

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

<style>
 span { border-color: #99AB33; }

 span { border-color: rgb(153,171,51); }

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