#9D9117

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

Shades of Lucky #9D9117

Tints of Lucky #9D9117

Color information

#9D9117 (or 0x9D9117) is unknown color: approx Lucky. HEX triplet: 9D, 91 and 17. RGB value is (157,145,23). Sum of RGB (Red+Green+Blue) = 157+145+23=325 (43% of max value = 765). Red value is 157 (61.72% from 255 or 48.31% from 325); Green value is 145 (57.03% from 255 or 44.62% from 325); Blue value is 23 (9.38% from 255 or 7.08% from 325); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9117 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9D9117 is #626EE8. Grayscale: #878787. Windows color (decimal): -6450921 or 1544605. OLE color: 1544605.

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

Color convert

RGB15714523-
CMYK00.080.850.38
HSL54.63º74.44%35.29%-
HSV(B)54.63º85.35%61.57%-
XYZ24.1827.484.84-
YUV134.6864.98143.92-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 48.31%
GREEN value IS 145 (57.03% from 255) = 44.62%
BLUE value IS 23 (9.38% from 255) = 7.08%
R=48.31%
G=44.62%
B=7.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.85
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571452300.080.850.3854.6374.4435.29
Hex9D9117085526374a23
Octal23522127010125466711243
Binary1001110110010001101110100010101011001101101111001010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D9117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,145,23); }

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

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

 a { background-color: rgb(157,145,23); }

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

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

 span { border-color: rgb(157,145,23); }

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