Html Css Color HEX #999716 Citron

📋 copy color: '#999716'

red 153 ◦ green 151 ◦ blue 22

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

Shades of Citron #999716

Tints of Citron #999716

RGB

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

 GREEN value IS 151 (59.38% from 255) = 46.32%

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

R = 46.93%
G = 46.32%
B = 6.75%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.86

 K value IS 0.4

RGB Variations

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

Color information

#999716 (or 0x999716) is known color: Citron. HEX triplet: 99, 97 and 16. RGB value is (153,151,22). Sum of RGB (Red+Green+Blue) = 153+151+22=326 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.93% from 326); Green value is 151 (59.38% from 255 or 46.32% from 326); Blue value is 22 (8.98% from 255 or 6.75% from 326); Max value from RGB is 153 - color contains mainly: red. Hex color #999716 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #999716 is #6668E9. Grayscale: #898989. Windows color (decimal): -6711530 or 1480601. OLE color: 1480601.

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

Color convert

RGB 153 151 22 -
CMYK 0 0.01 0.86 0.4
HSL 59.08º 0.75% 0.34% -
HSV(B) 59.08º 0.86% 0.6% -
XYZ 24.35 28.96 5.07 -
YUV 136.89 63.16 139.49 -
System Red Green Blue C M Y K H S L
Decimal 153 151 22 0 0.01 0.86 0.4 59.08 0.75 0.34
Hex 99 97 16 0 1 56 28 3B 4B 22
Octal 231 227 26 0 1 126 50 73 113 42
Binary 10011001 10010111 10110 0 1 1010110 101000 111011 1001011 100010

Color Harmonies of #999716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999716

Black with #999716

Text Example


Text Example

White with #999716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999716; }

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

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

background-color css

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

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

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

border-color css

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

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

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