#9B960F

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

Shades of Lucky #9B960F

Tints of Lucky #9B960F

Color information

#9B960F (or 0x9B960F) is unknown color: approx Lucky. HEX triplet: 9B, 96 and 0F. RGB value is (155,150,15). Sum of RGB (Red+Green+Blue) = 155+150+15=320 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.44% from 320); Green value is 150 (58.98% from 255 or 46.88% from 320); Blue value is 15 (6.25% from 255 or 4.69% from 320); Max value from RGB is 155 - color contains mainly: red. Hex color #9B960F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9B960F is #6469F0. Grayscale: #888888. Windows color (decimal): -6580721 or 1021595. OLE color: 1021595.

HSL color Cylindrical-coordinate representation of color #9B960F: hue angle of 57.86º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9B960F is Cyan = 0, Magento = 0.03, Yellow = 0.90 and Black (K on CMYK) = 0.39.

Color convert

RGB15515015-
CMYK00.030.900.39
HSL57.86º82.35%33.33%-
HSV(B)57.86º90.32%60.78%-
XYZ24.5128.824.72-
YUV136.159.66141.48-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 48.44%
GREEN value IS 150 (58.98% from 255) = 46.88%
BLUE value IS 15 (6.25% from 255) = 4.69%
R=48.44%
G=46.88%
B=4.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.90
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551501500.030.900.3957.8682.3533.33
Hex9B96F035A273a5221
Octal2332261703132477212241
Binary1001101110010110111101110110101001111110101010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B960F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,150,15); }

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

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

 a { background-color: rgb(155,150,15); }

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

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

 span { border-color: rgb(155,150,15); }

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