#9F9500

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

Shades of Lucky #9F9500

Tints of Lucky #9F9500

Color information

#9F9500 (or 0x9F9500) is unknown color: approx Lucky. HEX triplet: 9F, 95 and 00. RGB value is (159,149,0). Sum of RGB (Red+Green+Blue) = 159+149+0=308 (40% of max value = 765). Red value is 159 (62.5% from 255 or 51.62% from 308); Green value is 149 (58.59% from 255 or 48.38% from 308); Blue value is 0 (0.39% from 255 or 0% from 308); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9500 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9F9500 is #606AFF. Grayscale: #878787. Windows color (decimal): -6318848 or 38303. OLE color: 38303.

HSL color Cylindrical-coordinate representation of color #9F9500: hue angle of 56.23º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9F9500 is Cyan = 0, Magento = 0.06, Yellow = 1 and Black (K on CMYK) = 0.38.

Color convert

RGB1591490-
CMYK00.0610.38
HSL56.23º100%31.18%-
HSV(B)56.23º100%62.35%-
XYZ25.0528.874.25-
YUV13551.81145.12-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 51.62%
GREEN value IS 149 (58.59% from 255) = 48.38%
BLUE value IS 0 (0.39% from 255) = 0%
R=51.62%
G=48.38%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 1
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159149000.0610.3856.2310031.18
Hex9F95006642638641f
Octal237225006144467014437
Binary1001111110010101001101100100100110111000110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,149,0); }

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

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

 a { background-color: rgb(159,149,0); }

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

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

 span { border-color: rgb(159,149,0); }

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