#9B960D

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

Shades of Lucky #9B960D

Tints of Lucky #9B960D

Color information

#9B960D (or 0x9B960D) is unknown color: approx Lucky. HEX triplet: 9B, 96 and 0D. RGB value is (155,150,13). Sum of RGB (Red+Green+Blue) = 155+150+13=318 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.74% from 318); Green value is 150 (58.98% from 255 or 47.17% from 318); Blue value is 13 (5.47% from 255 or 4.09% from 318); Max value from RGB is 155 - color contains mainly: red. Hex color #9B960D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9B960D is #6469F2. Grayscale: #888888. Windows color (decimal): -6580723 or 890523. OLE color: 890523.

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

Color convert

RGB15515013-
CMYK00.030.920.39
HSL57.89º84.52%32.94%-
HSV(B)57.89º91.61%60.78%-
XYZ24.528.814.65-
YUV135.8858.66141.64-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 48.74%
GREEN value IS 150 (58.98% from 255) = 47.17%
BLUE value IS 13 (5.47% from 255) = 4.09%
R=48.74%
G=47.17%
B=4.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.92
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551501300.030.920.3957.8984.5232.94
Hex9B96D035C273a5521
Octal2332261503134477212541
Binary1001101110010110110101110111001001111110101010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B960D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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