#999612

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

Shades of Citron #999612

Tints of Citron #999612

Color information

#999612 (or 0x999612) is unknown color: approx Citron. HEX triplet: 99, 96 and 12. RGB value is (153,150,18). Sum of RGB (Red+Green+Blue) = 153+150+18=321 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.66% from 321); Green value is 150 (58.98% from 255 or 46.73% from 321); Blue value is 18 (7.42% from 255 or 5.61% from 321); Max value from RGB is 153 - color contains mainly: red. Hex color #999612 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #999612 is #6669ED. Grayscale: #888888. Windows color (decimal): -6711790 or 1218201. OLE color: 1218201.

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

Color convert

RGB15315018-
CMYK00.020.880.4
HSL58.67º78.95%33.53%-
HSV(B)58.67º88.24%60%-
XYZ24.1528.634.83-
YUV135.8561.49140.23-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 47.66%
GREEN value IS 150 (58.98% from 255) = 46.73%
BLUE value IS 18 (7.42% from 255) = 5.61%
R=47.66%
G=46.73%
B=5.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.88
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531501800.020.880.458.6778.9533.53
Hex9996120258283b4f22
Octal2312262202130507311742
Binary10011001100101101001001010110001010001110111001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999612; }

 p { color: rgb(153,150,18); }

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

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

 a { background-color: rgb(153,150,18); }

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

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

 span { border-color: rgb(153,150,18); }

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