#999812

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

Shades of Citron #999812

Tints of Citron #999812

Color information

#999812 (or 0x999812) is unknown color: approx Citron. HEX triplet: 99, 98 and 12. RGB value is (153,152,18). Sum of RGB (Red+Green+Blue) = 153+152+18=323 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.37% from 323); Green value is 152 (59.77% from 255 or 47.06% from 323); Blue value is 18 (7.42% from 255 or 5.57% from 323); Max value from RGB is 153 - color contains mainly: red. Hex color #999812 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #999812 is #6667ED. Grayscale: #898989. Windows color (decimal): -6711278 or 1218713. OLE color: 1218713.

HSL color Cylindrical-coordinate representation of color #999812: hue angle of 59.56º 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 #999812 is Cyan = 0, Magento = 0.01, Yellow = 0.88 and Black (K on CMYK) = 0.4.

Color convert

RGB15315218-
CMYK00.010.880.4
HSL59.56º78.95%33.53%-
HSV(B)59.56º88.24%60%-
XYZ24.4729.274.93-
YUV137.0260.83139.4-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 47.37%
GREEN value IS 152 (59.77% from 255) = 47.06%
BLUE value IS 18 (7.42% from 255) = 5.57%
R=47.37%
G=47.06%
B=5.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.88
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531521800.010.880.459.5678.9533.53
Hex9998120158283c4f22
Octal2312302201130507411742
Binary1001100110011000100100110110001010001111001001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999812; }

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

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

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

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

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

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

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

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