#99AA3F

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

Shades of Limerick #99AA3F

Tints of Limerick #99AA3F

Color information

#99AA3F (or 0x99AA3F) is unknown color: approx Limerick. HEX triplet: 99, AA and 3F. RGB value is (153,170,63). Sum of RGB (Red+Green+Blue) = 153+170+63=386 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.64% from 386); Green value is 170 (66.80% from 255 or 44.04% from 386); Blue value is 63 (25% from 255 or 16.32% from 386); Max value from RGB is 170 - color contains mainly: green. Hex color #99AA3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99AA3F is #6655C0. Grayscale: #999999. Windows color (decimal): -6706625 or 4172441. OLE color: 4172441.

HSL color Cylindrical-coordinate representation of color #99AA3F: hue angle of 69.53º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #99AA3F is Cyan = 0.1, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB15317063-
CMYK0.100.630.33
HSL69.53º45.92%45.69%-
HSV(B)69.53º62.94%66.67%-
XYZ28.4135.8810.13-
YUV152.7277.37128.2-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.64%
GREEN value IS 170 (66.80% from 255) = 44.04%
BLUE value IS 63 (25% from 255) = 16.32%
R=39.64%
G=44.04%
B=16.32%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal153170630.100.630.3369.5345.9245.69
Hex99AA3FA03F21462e2e
Octal2312527712077411065656
Binary1001100110101010111111101001111111000011000110101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99AA3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,170,63); }

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

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

 a { background-color: rgb(153,170,63); }

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

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

 span { border-color: rgb(153,170,63); }

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