#99AA27

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

Shades of Limerick #99AA27

Tints of Limerick #99AA27

Color information

#99AA27 (or 0x99AA27) is unknown color: approx Limerick. HEX triplet: 99, AA and 27. RGB value is (153,170,39). Sum of RGB (Red+Green+Blue) = 153+170+39=362 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.27% from 362); Green value is 170 (66.80% from 255 or 46.96% from 362); Blue value is 39 (15.62% from 255 or 10.77% from 362); Max value from RGB is 170 - color contains mainly: green. Hex color #99AA27 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99AA27 is #6655D8. Grayscale: #969696. Windows color (decimal): -6706649 or 2599577. OLE color: 2599577.

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

Color convert

RGB15317039-
CMYK0.100.770.33
HSL67.79º62.68%40.98%-
HSV(B)67.79º77.06%66.67%-
XYZ27.8835.677.33-
YUV149.9865.37130.15-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.27%
GREEN value IS 170 (66.80% from 255) = 46.96%
BLUE value IS 39 (15.62% from 255) = 10.77%
R=42.27%
G=46.96%
B=10.77%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal153170390.100.770.3367.7962.6840.98
Hex99AA27A04D21443f29
Octal23125247120115411047751
Binary10011001101010101001111010010011011000011000100111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99AA27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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