#9F8C08

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

Shades of Lucky #9F8C08

Tints of Lucky #9F8C08

Color information

#9F8C08 (or 0x9F8C08) is unknown color: approx Lucky. HEX triplet: 9F, 8C and 08. RGB value is (159,140,8). Sum of RGB (Red+Green+Blue) = 159+140+8=307 (40% of max value = 765). Red value is 159 (62.5% from 255 or 51.79% from 307); Green value is 140 (55.08% from 255 or 45.60% from 307); Blue value is 8 (3.52% from 255 or 2.61% from 307); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8C08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9F8C08 is #6073F7. Grayscale: #838383. Windows color (decimal): -6321144 or 560287. OLE color: 560287.

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

Color convert

RGB1591408-
CMYK00.120.950.38
HSL52.45º90.42%32.75%-
HSV(B)52.45º94.97%62.35%-
XYZ23.7226.144.03-
YUV130.6358.79148.23-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 51.79%
GREEN value IS 140 (55.08% from 255) = 45.60%
BLUE value IS 8 (3.52% from 255) = 2.61%
R=51.79%
G=45.60%
B=2.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.95
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159140800.120.950.3852.4590.4232.75
Hex9F8C80C5F26345a21
Octal23721410014137466413241
Binary100111111000110010000110010111111001101101001011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8C08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,140,8); }

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

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

 a { background-color: rgb(159,140,8); }

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

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

 span { border-color: rgb(159,140,8); }

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