#9C9216

Color #9C9216 Lucky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lucky #9C9216

Tints of Lucky #9C9216

Color information

#9C9216 (or 0x9C9216) is unknown color: approx Lucky. HEX triplet: 9C, 92 and 16. RGB value is (156,146,22). Sum of RGB (Red+Green+Blue) = 156+146+22=324 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.15% from 324); Green value is 146 (57.42% from 255 or 45.06% from 324); Blue value is 22 (8.98% from 255 or 6.79% from 324); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9216 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9C9216 is #636DE9. Grayscale: #878787. Windows color (decimal): -6516202 or 1479324. OLE color: 1479324.

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

Color convert

RGB15614622-
CMYK00.060.860.39
HSL55.52º75.28%34.9%-
HSV(B)55.52º85.9%61.18%-
XYZ24.1327.684.83-
YUV134.8564.31143.08-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 48.15%
GREEN value IS 146 (57.42% from 255) = 45.06%
BLUE value IS 22 (8.98% from 255) = 6.79%
R=48.15%
G=45.06%
B=6.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.86
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561462200.060.860.3955.5275.2834.9
Hex9C9216065627384b23
Octal2342222606126477011343
Binary100111001001001010110011010101101001111110001001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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