#9D9216

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

Shades of Lucky #9D9216

Tints of Lucky #9D9216

Color information

#9D9216 (or 0x9D9216) is unknown color: approx Lucky. HEX triplet: 9D, 92 and 16. RGB value is (157,146,22). Sum of RGB (Red+Green+Blue) = 157+146+22=325 (43% of max value = 765). Red value is 157 (61.72% from 255 or 48.31% from 325); Green value is 146 (57.42% from 255 or 44.92% from 325); Blue value is 22 (8.98% from 255 or 6.77% from 325); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9216 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9D9216 is #626DE9. Grayscale: #878787. Windows color (decimal): -6450666 or 1479325. OLE color: 1479325.

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

Color convert

RGB15714622-
CMYK00.070.860.38
HSL55.11º75.42%35.1%-
HSV(B)55.11º85.99%61.57%-
XYZ24.3327.784.84-
YUV135.1564.14143.58-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 48.31%
GREEN value IS 146 (57.42% from 255) = 44.92%
BLUE value IS 22 (8.98% from 255) = 6.77%
R=48.31%
G=44.92%
B=6.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.86
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571462200.070.860.3855.1175.4235.1
Hex9D9216075626374b23
Octal2352222607126466711343
Binary100111011001001010110011110101101001101101111001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D9216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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