#9F8D08

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

Shades of Lucky #9F8D08

Tints of Lucky #9F8D08

Color information

#9F8D08 (or 0x9F8D08) is unknown color: approx Lucky. HEX triplet: 9F, 8D and 08. RGB value is (159,141,8). Sum of RGB (Red+Green+Blue) = 159+141+8=308 (40% of max value = 765). Red value is 159 (62.5% from 255 or 51.62% from 308); Green value is 141 (55.47% from 255 or 45.78% from 308); Blue value is 8 (3.52% from 255 or 2.60% from 308); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8D08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9F8D08 is #6072F7. Grayscale: #838383. Windows color (decimal): -6320888 or 560543. OLE color: 560543.

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

Color convert

RGB1591418-
CMYK00.110.950.38
HSL52.85º90.42%32.75%-
HSV(B)52.85º94.97%62.35%-
XYZ23.8726.444.07-
YUV131.2258.46147.81-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 51.62%
GREEN value IS 141 (55.47% from 255) = 45.78%
BLUE value IS 8 (3.52% from 255) = 2.60%
R=51.62%
G=45.78%
B=2.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.95
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159141800.110.950.3852.8590.4232.75
Hex9F8D80B5F26355a21
Octal23721510013137466513241
Binary100111111000110110000101110111111001101101011011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8D08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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