#99AA11

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

Shades of Citrus #99AA11

Tints of Citrus #99AA11

Color information

#99AA11 (or 0x99AA11) is unknown color: approx Citrus. HEX triplet: 99, AA and 11. RGB value is (153,170,17). Sum of RGB (Red+Green+Blue) = 153+170+17=340 (45% of max value = 765). Red value is 153 (60.16% from 255 or 45% from 340); Green value is 170 (66.80% from 255 or 50% from 340); Blue value is 17 (7.03% from 255 or 5% from 340); Max value from RGB is 170 - color contains mainly: green. Hex color #99AA11 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #99AA11 is #6655EE. Grayscale: #949494. Windows color (decimal): -6706671 or 1157785. OLE color: 1157785.

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

Color convert

RGB15317017-
CMYK0.100.90.33
HSL66.67º81.82%36.67%-
HSV(B)66.67º90%66.67%-
XYZ27.6135.565.94-
YUV147.4754.37131.94-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45%
GREEN value IS 170 (66.80% from 255) = 50%
BLUE value IS 17 (7.03% from 255) = 5%
R=45%
G=50%
B=5%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0
Y (Yellow) values IS 0.9
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal153170170.100.90.3366.6781.8236.67
Hex99AA11A05A21435225
Octal231252211201324110312245
Binary10011001101010101000110100101101010000110000111010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99AA11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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