#9D8A06

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

Shades of Lucky #9D8A06

Tints of Lucky #9D8A06

Color information

#9D8A06 (or 0x9D8A06) is unknown color: approx Lucky. HEX triplet: 9D, 8A and 06. RGB value is (157,138,6). Sum of RGB (Red+Green+Blue) = 157+138+6=301 (39% of max value = 765). Red value is 157 (61.72% from 255 or 52.16% from 301); Green value is 138 (54.30% from 255 or 45.85% from 301); Blue value is 6 (2.73% from 255 or 1.99% from 301); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8A06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9D8A06 is #6275F9. Grayscale: #818181. Windows color (decimal): -6452730 or 428701. OLE color: 428701.

HSL color Cylindrical-coordinate representation of color #9D8A06: hue angle of 52.45º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9D8A06 is Cyan = 0, Magento = 0.12, Yellow = 0.96 and Black (K on CMYK) = 0.38.

Color convert

RGB1571386-
CMYK00.120.960.38
HSL52.45º92.64%31.96%-
HSV(B)52.45º96.18%61.57%-
XYZ23.0325.363.85-
YUV128.6358.79148.23-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 52.16%
GREEN value IS 138 (54.30% from 255) = 45.85%
BLUE value IS 6 (2.73% from 255) = 1.99%
R=52.16%
G=45.85%
B=1.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.96
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157138600.120.960.3852.4592.6431.96
Hex9D8A60C6026345d20
Octal2352126014140466413540
Binary10011101100010101100110011000001001101101001011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D8A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,138,6); }

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

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

 a { background-color: rgb(157,138,6); }

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

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

 span { border-color: rgb(157,138,6); }

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