#9D9C16

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

Shades of Lucky #9D9C16

Tints of Lucky #9D9C16

Color information

#9D9C16 (or 0x9D9C16) is unknown color: approx Lucky. HEX triplet: 9D, 9C and 16. RGB value is (157,156,22). Sum of RGB (Red+Green+Blue) = 157+156+22=335 (44% of max value = 765). Red value is 157 (61.72% from 255 or 46.87% from 335); Green value is 156 (61.33% from 255 or 46.57% from 335); Blue value is 22 (8.98% from 255 or 6.57% from 335); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9C16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9D9C16 is #6263E9. Grayscale: #8D8D8D. Windows color (decimal): -6448106 or 1481885. OLE color: 1481885.

HSL color Cylindrical-coordinate representation of color #9D9C16: hue angle of 59.56º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9D9C16 is Cyan = 0, Magento = 0.01, Yellow = 0.86 and Black (K on CMYK) = 0.38.

Color convert

RGB15715622-
CMYK00.010.860.38
HSL59.56º75.42%35.1%-
HSV(B)59.56º85.99%61.57%-
XYZ25.94315.38-
YUV141.0260.83139.4-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 46.87%
GREEN value IS 156 (61.33% from 255) = 46.57%
BLUE value IS 22 (8.98% from 255) = 6.57%
R=46.87%
G=46.57%
B=6.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.86
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571562200.010.860.3859.5675.4235.1
Hex9D9C160156263c4b23
Octal2352342601126467411343
Binary1001110110011100101100110101101001101111001001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D9C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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