#99AC05

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

Shades of Citrus #99AC05

Tints of Citrus #99AC05

Color information

#99AC05 (or 0x99AC05) is unknown color: approx Citrus. HEX triplet: 99, AC and 05. RGB value is (153,172,5). Sum of RGB (Red+Green+Blue) = 153+172+5=330 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.36% from 330); Green value is 172 (67.58% from 255 or 52.12% from 330); Blue value is 5 (2.34% from 255 or 1.52% from 330); Max value from RGB is 172 - color contains mainly: green. Hex color #99AC05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #99AC05 is #6653FA. Grayscale: #939393. Windows color (decimal): -6706171 or 371865. OLE color: 371865.

HSL color Cylindrical-coordinate representation of color #99AC05: hue angle of 66.83º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #99AC05 is Cyan = 0.11, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.33.

Color convert

RGB1531725-
CMYK0.1100.970.33
HSL66.83º94.35%34.71%-
HSV(B)66.83º97.09%67.45%-
XYZ27.9236.295.68-
YUV147.2847.71132.08-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 46.36%
GREEN value IS 172 (67.58% from 255) = 52.12%
BLUE value IS 5 (2.34% from 255) = 1.52%
R=46.36%
G=52.12%
B=1.52%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal15317250.1100.970.3366.8394.3534.71
Hex99AC5B06121435e23
Octal23125451301414110313643
Binary100110011010110010110110110000110000110000111011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99AC05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,172,5); }

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

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

 a { background-color: rgb(153,172,5); }

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

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

 span { border-color: rgb(153,172,5); }

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