#99AB3C

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

Shades of Limerick #99AB3C

Tints of Limerick #99AB3C

Color information

#99AB3C (or 0x99AB3C) is unknown color: approx Limerick. HEX triplet: 99, AB and 3C. RGB value is (153,171,60). Sum of RGB (Red+Green+Blue) = 153+171+60=384 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.84% from 384); Green value is 171 (67.19% from 255 or 44.53% from 384); Blue value is 60 (23.83% from 255 or 15.62% from 384); Max value from RGB is 171 - color contains mainly: green. Hex color #99AB3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99AB3C is #6654C3. Grayscale: #999999. Windows color (decimal): -6706372 or 3976089. OLE color: 3976089.

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

Color convert

RGB15317160-
CMYK0.1100.650.33
HSL69.73º48.05%45.29%-
HSV(B)69.73º64.91%67.06%-
XYZ28.5236.229.76-
YUV152.9675.54128.03-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.84%
GREEN value IS 171 (67.19% from 255) = 44.53%
BLUE value IS 60 (23.83% from 255) = 15.62%
R=39.84%
G=44.53%
B=15.62%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal153171600.1100.650.3369.7348.0545.29
Hex99AB3CB0412146302d
Octal23125374130101411066055
Binary10011001101010111111001011010000011000011000110110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99AB3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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