#99AB36

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

Shades of Limerick #99AB36

Tints of Limerick #99AB36

Color information

#99AB36 (or 0x99AB36) is unknown color: approx Limerick. HEX triplet: 99, AB and 36. RGB value is (153,171,54). Sum of RGB (Red+Green+Blue) = 153+171+54=378 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.48% from 378); Green value is 171 (67.19% from 255 or 45.24% from 378); Blue value is 54 (21.48% from 255 or 14.29% from 378); Max value from RGB is 171 - color contains mainly: green. Hex color #99AB36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99AB36 is #6654C9. Grayscale: #989898. Windows color (decimal): -6706378 or 3582873. OLE color: 3582873.

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

Color convert

RGB15317154-
CMYK0.1100.680.33
HSL69.23º52%44.12%-
HSV(B)69.23º68.42%67.06%-
XYZ28.3736.168.98-
YUV152.2872.54128.51-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.48%
GREEN value IS 171 (67.19% from 255) = 45.24%
BLUE value IS 54 (21.48% from 255) = 14.29%
R=40.48%
G=45.24%
B=14.29%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal153171540.1100.680.3369.235244.12
Hex99AB36B0442145342c
Octal23125366130104411056454
Binary10011001101010111101101011010001001000011000101110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99AB36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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