#999E16

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

Shades of Citron #999E16

Tints of Citron #999E16

Color information

#999E16 (or 0x999E16) is unknown color: approx Citron. HEX triplet: 99, 9E and 16. RGB value is (153,158,22). Sum of RGB (Red+Green+Blue) = 153+158+22=333 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.95% from 333); Green value is 158 (62.11% from 255 or 47.45% from 333); Blue value is 22 (8.98% from 255 or 6.61% from 333); Max value from RGB is 158 - color contains mainly: green. Hex color #999E16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #999E16 is #6661E9. Grayscale: #8D8D8D. Windows color (decimal): -6709738 or 1482393. OLE color: 1482393.

HSL color Cylindrical-coordinate representation of color #999E16: hue angle of 62.21º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #999E16 is Cyan = 0.03, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.38.

Color convert

RGB15315822-
CMYK0.0300.860.38
HSL62.21º75.56%35.29%-
HSV(B)62.21º86.08%61.96%-
XYZ25.5131.285.45-
YUV14160.84136.56-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.95%
GREEN value IS 158 (62.11% from 255) = 47.45%
BLUE value IS 22 (8.98% from 255) = 6.61%
R=45.95%
G=47.45%
B=6.61%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal153158220.0300.860.3862.2175.5635.29
Hex999E163056263e4c23
Octal2312362630126467611443
Binary10011001100111101011011010101101001101111101001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999E16; }

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

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

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

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

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

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

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

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