#9B961A

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

Shades of Lucky #9B961A

Tints of Lucky #9B961A

Color information

#9B961A (or 0x9B961A) is unknown color: approx Lucky. HEX triplet: 9B, 96 and 1A. RGB value is (155,150,26). Sum of RGB (Red+Green+Blue) = 155+150+26=331 (43% of max value = 765). Red value is 155 (60.94% from 255 or 46.83% from 331); Green value is 150 (58.98% from 255 or 45.32% from 331); Blue value is 26 (10.55% from 255 or 7.85% from 331); Max value from RGB is 155 - color contains mainly: red. Hex color #9B961A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B961A is #6469E5. Grayscale: #898989. Windows color (decimal): -6580710 or 1742491. OLE color: 1742491.

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

Color convert

RGB15515026-
CMYK00.030.830.39
HSL57.67º71.27%35.49%-
HSV(B)57.67º83.23%60.78%-
XYZ24.6128.865.25-
YUV137.3665.16140.58-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 46.83%
GREEN value IS 150 (58.98% from 255) = 45.32%
BLUE value IS 26 (10.55% from 255) = 7.85%
R=46.83%
G=45.32%
B=7.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.83
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551502600.030.830.3957.6771.2735.49
Hex9B961A0353273a4723
Octal2332263203123477210743
Binary10011011100101101101001110100111001111110101000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B961A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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