#9C9B13

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

Shades of Lucky #9C9B13

Tints of Lucky #9C9B13

Color information

#9C9B13 (or 0x9C9B13) is unknown color: approx Lucky. HEX triplet: 9C, 9B and 13. RGB value is (156,155,19). Sum of RGB (Red+Green+Blue) = 156+155+19=330 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.27% from 330); Green value is 155 (60.94% from 255 or 46.97% from 330); Blue value is 19 (7.81% from 255 or 5.76% from 330); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9B13 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9C9B13 is #6364EC. Grayscale: #8C8C8C. Windows color (decimal): -6513901 or 1285020. OLE color: 1285020.

HSL color Cylindrical-coordinate representation of color #9C9B13: hue angle of 59.56º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9C9B13 is Cyan = 0, Magento = 0.01, Yellow = 0.88 and Black (K on CMYK) = 0.39.

Color convert

RGB15615519-
CMYK00.010.880.39
HSL59.56º78.29%34.31%-
HSV(B)59.56º87.82%61.18%-
XYZ25.5530.565.17-
YUV139.7959.83139.56-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 47.27%
GREEN value IS 155 (60.94% from 255) = 46.97%
BLUE value IS 19 (7.81% from 255) = 5.76%
R=47.27%
G=46.97%
B=5.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.88
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561551900.010.880.3959.5678.2934.31
Hex9C9B130158273c4e22
Octal2342332301130477411642
Binary1001110010011011100110110110001001111111001001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,155,19); }

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

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

 a { background-color: rgb(156,155,19); }

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

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

 span { border-color: rgb(156,155,19); }

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