#99AB3B

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

Shades of Limerick #99AB3B

Tints of Limerick #99AB3B

Color information

#99AB3B (or 0x99AB3B) is unknown color: approx Limerick. HEX triplet: 99, AB and 3B. RGB value is (153,171,59). Sum of RGB (Red+Green+Blue) = 153+171+59=383 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.95% from 383); Green value is 171 (67.19% from 255 or 44.65% from 383); Blue value is 59 (23.44% from 255 or 15.40% from 383); Max value from RGB is 171 - color contains mainly: green. Hex color #99AB3B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99AB3B is #6654C4. Grayscale: #999999. Windows color (decimal): -6706373 or 3910553. OLE color: 3910553.

HSL color Cylindrical-coordinate representation of color #99AB3B: hue angle of 69.64º degrees, saturation: 0.49, 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 #99AB3B is Cyan = 0.11, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.

Color convert

RGB15317159-
CMYK0.1100.650.33
HSL69.64º48.7%45.1%-
HSV(B)69.64º65.5%67.06%-
XYZ28.4936.219.63-
YUV152.8575.04128.11-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.95%
GREEN value IS 171 (67.19% from 255) = 44.65%
BLUE value IS 59 (23.44% from 255) = 15.40%
R=39.95%
G=44.65%
B=15.40%

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
Decimal153171590.1100.650.3369.6448.745.1
Hex99AB3BB0412146312d
Octal23125373130101411066155
Binary10011001101010111110111011010000011000011000110110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99AB3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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