#9F9302

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

Shades of Lucky #9F9302

Tints of Lucky #9F9302

Color information

#9F9302 (or 0x9F9302) is unknown color: approx Lucky. HEX triplet: 9F, 93 and 02. RGB value is (159,147,2). Sum of RGB (Red+Green+Blue) = 159+147+2=308 (40% of max value = 765). Red value is 159 (62.5% from 255 or 51.62% from 308); Green value is 147 (57.81% from 255 or 47.73% from 308); Blue value is 2 (1.17% from 255 or 0.65% from 308); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9302 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9F9302 is #606CFD. Grayscale: #868686. Windows color (decimal): -6319358 or 168863. OLE color: 168863.

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

Color convert

RGB1591472-
CMYK00.080.990.38
HSL55.41º97.52%31.57%-
HSV(B)55.41º98.74%62.35%-
XYZ24.7428.244.2-
YUV134.0653.48145.79-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 51.62%
GREEN value IS 147 (57.81% from 255) = 47.73%
BLUE value IS 2 (1.17% from 255) = 0.65%
R=51.62%
G=47.73%
B=0.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.99
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159147200.080.990.3855.4197.5231.57
Hex9F932086326376220
Octal2372232010143466714240
Binary1001111110010011100100011000111001101101111100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,147,2); }

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

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

 a { background-color: rgb(159,147,2); }

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

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

 span { border-color: rgb(159,147,2); }

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