#9D9218

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

Shades of Lucky #9D9218

Tints of Lucky #9D9218

Color information

#9D9218 (or 0x9D9218) is unknown color: approx Lucky. HEX triplet: 9D, 92 and 18. RGB value is (157,146,24). Sum of RGB (Red+Green+Blue) = 157+146+24=327 (43% of max value = 765). Red value is 157 (61.72% from 255 or 48.01% from 327); Green value is 146 (57.42% from 255 or 44.65% from 327); Blue value is 24 (9.77% from 255 or 7.34% from 327); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9218 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9D9218 is #626DE7. Grayscale: #878787. Windows color (decimal): -6450664 or 1610397. OLE color: 1610397.

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

Color convert

RGB15714624-
CMYK00.070.850.38
HSL55.04º73.48%35.49%-
HSV(B)55.04º84.71%61.57%-
XYZ24.3527.794.95-
YUV135.3865.14143.42-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 48.01%
GREEN value IS 146 (57.42% from 255) = 44.65%
BLUE value IS 24 (9.77% from 255) = 7.34%
R=48.01%
G=44.65%
B=7.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.85
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571462400.070.850.3855.0473.4835.49
Hex9D9218075526374923
Octal2352223007125466711143
Binary100111011001001011000011110101011001101101111001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D9218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,146,24); }

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

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

 a { background-color: rgb(157,146,24); }

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

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

 span { border-color: rgb(157,146,24); }

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