#9D9215

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

Shades of Lucky #9D9215

Tints of Lucky #9D9215

Color information

#9D9215 (or 0x9D9215) is unknown color: approx Lucky. HEX triplet: 9D, 92 and 15. RGB value is (157,146,21). Sum of RGB (Red+Green+Blue) = 157+146+21=324 (42% of max value = 765). Red value is 157 (61.72% from 255 or 48.46% from 324); Green value is 146 (57.42% from 255 or 45.06% from 324); Blue value is 21 (8.59% from 255 or 6.48% from 324); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9215 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9D9215 is #626DEA. Grayscale: #878787. Windows color (decimal): -6450667 or 1413789. OLE color: 1413789.

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

Color convert

RGB15714621-
CMYK00.070.870.38
HSL55.15º76.4%34.9%-
HSV(B)55.15º86.62%61.57%-
XYZ24.3227.784.79-
YUV135.0463.64143.66-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 48.46%
GREEN value IS 146 (57.42% from 255) = 45.06%
BLUE value IS 21 (8.59% from 255) = 6.48%
R=48.46%
G=45.06%
B=6.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.87
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571462100.070.870.3855.1576.434.9
Hex9D9215075726374c23
Octal2352222507127466711443
Binary100111011001001010101011110101111001101101111001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D9215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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