Html Css Color HEX #999C16 Citron

📋 copy color: '#999C16'

red 153 ◦ green 156 ◦ blue 22

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

Shades of Citron #999C16

Tints of Citron #999C16

RGB

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

 GREEN value IS 156 (61.33% from 255) = 47.13%

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

R = 46.22%
G = 47.13%
B = 6.65%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.86

 K value IS 0.39

RGB Variations

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

Color information

#999C16 (or 0x999C16) is known color: Citron. HEX triplet: 99, 9C and 16. RGB value is (153,156,22). Sum of RGB (Red+Green+Blue) = 153+156+22=331 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.22% from 331); Green value is 156 (61.33% from 255 or 47.13% from 331); Blue value is 22 (8.98% from 255 or 6.65% from 331); Max value from RGB is 156 - color contains mainly: green. Hex color #999C16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #999C16 is #6663E9. Grayscale: #8C8C8C. Windows color (decimal): -6710250 or 1481881. OLE color: 1481881.

HSL color Cylindrical-coordinate representation of color #999C16: hue angle of 61.34º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #999C16 is Cyan = 0.02, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.39.

Color convert

RGB 153 156 22 -
CMYK 0.02 0 0.86 0.39
HSL 61.34º 0.75% 0.35% -
HSV(B) 61.34º 0.86% 0.61% -
XYZ 25.17 30.61 5.34 -
YUV 139.83 61.51 137.4 -
System Red Green Blue C M Y K H S L
Decimal 153 156 22 0.02 0 0.86 0.39 61.34 0.75 0.35
Hex 99 9C 16 2 0 56 27 3D 4B 23
Octal 231 234 26 2 0 126 47 75 113 43
Binary 10011001 10011100 10110 10 0 1010110 100111 111101 1001011 100011

Color Harmonies of #999C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999C16

Black with #999C16

Text Example


Text Example

White with #999C16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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