#999816

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

Shades of Citron #999816

Tints of Citron #999816

Color information

#999816 (or 0x999816) is unknown color: approx Citron. HEX triplet: 99, 98 and 16. RGB value is (153,152,22). Sum of RGB (Red+Green+Blue) = 153+152+22=327 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.79% from 327); Green value is 152 (59.77% from 255 or 46.48% from 327); Blue value is 22 (8.98% from 255 or 6.73% from 327); Max value from RGB is 153 - color contains mainly: red. Hex color #999816 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #999816 is #6667E9. Grayscale: #898989. Windows color (decimal): -6711274 or 1480857. OLE color: 1480857.

HSL color Cylindrical-coordinate representation of color #999816: hue angle of 59.54º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #999816 is Cyan = 0, Magento = 0.01, Yellow = 0.86 and Black (K on CMYK) = 0.4.

Color convert

RGB15315222-
CMYK00.010.860.4
HSL59.54º74.86%34.31%-
HSV(B)59.54º85.62%60%-
XYZ24.5129.295.12-
YUV137.4862.83139.07-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 46.79%
GREEN value IS 152 (59.77% from 255) = 46.48%
BLUE value IS 22 (8.98% from 255) = 6.73%
R=46.79%
G=46.48%
B=6.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.86
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531522200.010.860.459.5474.8634.31
Hex9998160156283c4b22
Octal2312302601126507411342
Binary1001100110011000101100110101101010001111001001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999816; }

 p { color: rgb(153,152,22); }

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

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

 a { background-color: rgb(153,152,22); }

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

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

 span { border-color: rgb(153,152,22); }

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