#9C8A06

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

Shades of Lucky #9C8A06

Tints of Lucky #9C8A06

Color information

#9C8A06 (or 0x9C8A06) is unknown color: approx Lucky. HEX triplet: 9C, 8A and 06. RGB value is (156,138,6). Sum of RGB (Red+Green+Blue) = 156+138+6=300 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52% from 300); Green value is 138 (54.30% from 255 or 46% from 300); Blue value is 6 (2.73% from 255 or 2% from 300); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8A06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9C8A06 is #6375F9. Grayscale: #808080. Windows color (decimal): -6518266 or 428700. OLE color: 428700.

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

Color convert

RGB1561386-
CMYK00.120.960.39
HSL52.8º92.59%31.76%-
HSV(B)52.8º96.15%61.18%-
XYZ22.8325.263.84-
YUV128.3358.96147.73-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 52%
GREEN value IS 138 (54.30% from 255) = 46%
BLUE value IS 6 (2.73% from 255) = 2%
R=52%
G=46%
B=2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.96
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156138600.120.960.3952.892.5931.76
Hex9C8A60C6027355d20
Octal2342126014140476513540
Binary10011100100010101100110011000001001111101011011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C8A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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