#9F990B

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

Shades of Lucky #9F990B

Tints of Lucky #9F990B

Color information

#9F990B (or 0x9F990B) is unknown color: approx Lucky. HEX triplet: 9F, 99 and 0B. RGB value is (159,153,11). Sum of RGB (Red+Green+Blue) = 159+153+11=323 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.23% from 323); Green value is 153 (60.16% from 255 or 47.37% from 323); Blue value is 11 (4.69% from 255 or 3.41% from 323); Max value from RGB is 159 - color contains mainly: red. Hex color #9F990B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9F990B is #6066F4. Grayscale: #8B8B8B. Windows color (decimal): -6317813 or 760223. OLE color: 760223.

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

Color convert

RGB15915311-
CMYK00.040.930.38
HSL57.57º87.06%33.33%-
HSV(B)57.57º93.08%62.35%-
XYZ25.7530.184.78-
YUV138.6155.99142.55-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 49.23%
GREEN value IS 153 (60.16% from 255) = 47.37%
BLUE value IS 11 (4.69% from 255) = 3.41%
R=49.23%
G=47.37%
B=3.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.93
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591531100.040.930.3857.5787.0633.33
Hex9F99B045D263a5721
Octal2372311304135467212741
Binary10011111100110011011010010111011001101110101010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F990B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,153,11); }

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

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

 a { background-color: rgb(159,153,11); }

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

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

 span { border-color: rgb(159,153,11); }

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