#99AA1C

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

Shades of Citron #99AA1C

Tints of Citron #99AA1C

Color information

#99AA1C (or 0x99AA1C) is unknown color: approx Citron. HEX triplet: 99, AA and 1C. RGB value is (153,170,28). Sum of RGB (Red+Green+Blue) = 153+170+28=351 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.59% from 351); Green value is 170 (66.80% from 255 or 48.43% from 351); Blue value is 28 (11.33% from 255 or 7.98% from 351); Max value from RGB is 170 - color contains mainly: green. Hex color #99AA1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99AA1C is #6655E3. Grayscale: #959595. Windows color (decimal): -6706660 or 1878681. OLE color: 1878681.

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

Color convert

RGB15317028-
CMYK0.100.840.33
HSL67.18º71.72%38.82%-
HSV(B)67.18º83.53%66.67%-
XYZ27.7235.616.51-
YUV148.7359.87131.05-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 43.59%
GREEN value IS 170 (66.80% from 255) = 48.43%
BLUE value IS 28 (11.33% from 255) = 7.98%
R=43.59%
G=48.43%
B=7.98%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal153170280.100.840.3367.1871.7238.82
Hex99AA1CA05421434827
Octal231252341201244110311047
Binary10011001101010101110010100101010010000110000111001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99AA1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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