#9D8D15

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

Shades of Lucky #9D8D15

Tints of Lucky #9D8D15

Color information

#9D8D15 (or 0x9D8D15) is unknown color: approx Lucky. HEX triplet: 9D, 8D and 15. RGB value is (157,141,21). Sum of RGB (Red+Green+Blue) = 157+141+21=319 (42% of max value = 765). Red value is 157 (61.72% from 255 or 49.22% from 319); Green value is 141 (55.47% from 255 or 44.20% from 319); Blue value is 21 (8.59% from 255 or 6.58% from 319); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8D15 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9D8D15 is #6272EA. Grayscale: #848484. Windows color (decimal): -6451947 or 1412509. OLE color: 1412509.

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

Color convert

RGB15714121-
CMYK00.100.870.38
HSL52.94º76.4%34.9%-
HSV(B)52.94º86.62%61.57%-
XYZ23.5626.274.54-
YUV132.165.3145.76-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 49.22%
GREEN value IS 141 (55.47% from 255) = 44.20%
BLUE value IS 21 (8.59% from 255) = 6.58%
R=49.22%
G=44.20%
B=6.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.87
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571412100.100.870.3852.9476.434.9
Hex9D8D150A5726354c23
Octal23521525012127466511443
Binary1001110110001101101010101010101111001101101011001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D8D15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,141,21); }

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

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

 a { background-color: rgb(157,141,21); }

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

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

 span { border-color: rgb(157,141,21); }

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