Html Css Color HEX #9C9616 Lucky

📋 copy color: '#9C9616'

red 156 ◦ green 150 ◦ blue 22

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

Shades of Lucky #9C9616

Tints of Lucky #9C9616

RGB

 RED value IS 156 (61.33% from 255) = 47.56%

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

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

R = 47.56%
G = 45.73%
B = 6.71%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.86

 K value IS 0.39

RGB Variations

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

Color information

#9C9616 (or 0x9C9616) is known color: Lucky. HEX triplet: 9C, 96 and 16. RGB value is (156,150,22). Sum of RGB (Red+Green+Blue) = 156+150+22=328 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.56% from 328); Green value is 150 (58.98% from 255 or 45.73% from 328); Blue value is 22 (8.98% from 255 or 6.71% from 328); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9616 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9C9616 is #6369E9. Grayscale: #898989. Windows color (decimal): -6515178 or 1480348. OLE color: 1480348.

HSL color Cylindrical-coordinate representation of color #9C9616: hue angle of 57.31º 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 #9C9616 is Cyan = 0, Magento = 0.04, Yellow = 0.86 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 150 22 -
CMYK 0 0.04 0.86 0.39
HSL 57.31º 0.75% 0.35% -
HSV(B) 57.31º 0.86% 0.61% -
XYZ 24.76 28.94 5.04 -
YUV 137.2 62.99 141.41 -
System Red Green Blue C M Y K H S L
Decimal 156 150 22 0 0.04 0.86 0.39 57.31 0.75 0.35
Hex 9C 96 16 0 4 56 27 39 4B 23
Octal 234 226 26 0 4 126 47 71 113 43
Binary 10011100 10010110 10110 0 100 1010110 100111 111001 1001011 100011

Color Harmonies of #9C9616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C9616

Black with #9C9616

Text Example


Text Example

White with #9C9616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9C9616; }

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

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

background-color css

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

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

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

border-color css

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

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

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