#9C9316

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

Shades of Lucky #9C9316

Tints of Lucky #9C9316

Color information

#9C9316 (or 0x9C9316) is unknown color: approx Lucky. HEX triplet: 9C, 93 and 16. RGB value is (156,147,22). Sum of RGB (Red+Green+Blue) = 156+147+22=325 (43% of max value = 765). Red value is 156 (61.33% from 255 or 48% from 325); Green value is 147 (57.81% from 255 or 45.23% from 325); Blue value is 22 (8.98% from 255 or 6.77% from 325); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9316 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9C9316 is #636CE9. Grayscale: #878787. Windows color (decimal): -6515946 or 1479580. OLE color: 1479580.

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

Color convert

RGB15614722-
CMYK00.060.860.39
HSL55.97º75.28%34.9%-
HSV(B)55.97º85.9%61.18%-
XYZ24.2927.994.88-
YUV135.4463.98142.66-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 48%
GREEN value IS 147 (57.81% from 255) = 45.23%
BLUE value IS 22 (8.98% from 255) = 6.77%
R=48%
G=45.23%
B=6.77%

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
Decimal1561472200.060.860.3955.9775.2834.9
Hex9C9316065627384b23
Octal2342232606126477011343
Binary100111001001001110110011010101101001111110001001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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