#9b971a

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

Shades of Lucky #9B971A

Tints of Lucky #9B971A

Color information

#9B971A (or 0x9B971A) is unknown color: approx Lucky. HEX triplet: 9B, 97 and 1A. RGB value is (155,151,26). Sum of RGB (Red+Green+Blue) = 155+151+26=332 (43% of max value = 765). Red value is 155 (60.94% from 255 or 46.69% from 332); Green value is 151 (59.38% from 255 or 45.48% from 332); Blue value is 26 (10.55% from 255 or 7.83% from 332); Max value from RGB is 155 - color contains mainly: red. Hex color #9B971A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B971A is #6468E5. Grayscale: #8A8A8A. Windows color (decimal): -6580454 or 1742747. OLE color: 1742747.

HSL color Cylindrical-coordinate representation of color #9B971A: hue angle of 58.14º 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 #9B971A is Cyan = 0, Magento = 0.03, Yellow = 0.83 and Black (K on CMYK) = 0.39.

Color convert

RGB15515126-
CMYK00.030.830.39
HSL58.14º71.27%35.49%-
HSV(B)58.14º83.23%60.78%-
XYZ24.7729.185.3-
YUV137.9564.83140.16-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 46.69%
GREEN value IS 151 (59.38% from 255) = 45.48%
BLUE value IS 26 (10.55% from 255) = 7.83%
R=46.69%
G=45.48%
B=7.83%

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
Decimal1551512600.030.830.3958.1471.2735.49
Hex9B971A0353273a4723
Octal2332273203123477210743
Binary10011011100101111101001110100111001111110101000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9b971a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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