Html Css Color HEX #999616 Citron

📋 copy color: '#999616'

red 153 ◦ green 150 ◦ blue 22

#999616
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Citron #999616

Tints of Citron #999616

RGB

 RED value IS 153 (60.16% from 255) = 47.08%

 GREEN value IS 150 (58.98% from 255) = 46.15%

 BLUE value IS 22 (8.98% from 255) = 6.77%

R = 47.08%
G = 46.15%
B = 6.77%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.86

 K value IS 0.4

RGB Variations

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

Color information

#999616 (or 0x999616) is known color: Citron. HEX triplet: 99, 96 and 16. RGB value is (153,150,22). Sum of RGB (Red+Green+Blue) = 153+150+22=325 (43% of max value = 765). Red value is 153 (60.16% from 255 or 47.08% from 325); Green value is 150 (58.98% from 255 or 46.15% from 325); Blue value is 22 (8.98% from 255 or 6.77% from 325); Max value from RGB is 153 - color contains mainly: red. Hex color #999616 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #999616 is #6669E9. Grayscale: #888888. Windows color (decimal): -6711786 or 1480345. OLE color: 1480345.

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

Color convert

RGB 153 150 22 -
CMYK 0 0.02 0.86 0.4
HSL 58.63º 0.75% 0.34% -
HSV(B) 58.63º 0.86% 0.6% -
XYZ 24.19 28.64 5.01 -
YUV 136.31 63.49 139.91 -
System Red Green Blue C M Y K H S L
Decimal 153 150 22 0 0.02 0.86 0.4 58.63 0.75 0.34
Hex 99 96 16 0 2 56 28 3B 4B 22
Octal 231 226 26 0 2 126 50 73 113 42
Binary 10011001 10010110 10110 0 10 1010110 101000 111011 1001011 100010

Color Harmonies of #999616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999616

Black with #999616

Text Example


Text Example

White with #999616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999616; }

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

 H1.HeaderClassName
 {
   color: #999616;
 }
 .AnyTagClassName
 {
   color: #999616;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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