#9D9417

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

Shades of Lucky #9D9417

Tints of Lucky #9D9417

Color information

#9D9417 (or 0x9D9417) is unknown color: approx Lucky. HEX triplet: 9D, 94 and 17. RGB value is (157,148,23). Sum of RGB (Red+Green+Blue) = 157+148+23=328 (43% of max value = 765). Red value is 157 (61.72% from 255 or 47.87% from 328); Green value is 148 (58.20% from 255 or 45.12% from 328); Blue value is 23 (9.38% from 255 or 7.01% from 328); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9417 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9D9417 is #626BE8. Grayscale: #888888. Windows color (decimal): -6450153 or 1545373. OLE color: 1545373.

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

Color convert

RGB15714823-
CMYK00.060.850.38
HSL55.97º74.44%35.29%-
HSV(B)55.97º85.35%61.57%-
XYZ24.6528.415-
YUV136.4463.98142.66-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 47.87%
GREEN value IS 148 (58.20% from 255) = 45.12%
BLUE value IS 23 (9.38% from 255) = 7.01%
R=47.87%
G=45.12%
B=7.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.85
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571482300.060.850.3855.9774.4435.29
Hex9D9417065526384a23
Octal2352242706125467011243
Binary100111011001010010111011010101011001101110001001010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D9417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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