#9A950B

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

Shades of Lucky #9A950B

Tints of Lucky #9A950B

Color information

#9A950B (or 0x9A950B) is unknown color: approx Lucky. HEX triplet: 9A, 95 and 0B. RGB value is (154,149,11). Sum of RGB (Red+Green+Blue) = 154+149+11=314 (41% of max value = 765). Red value is 154 (60.55% from 255 or 49.04% from 314); Green value is 149 (58.59% from 255 or 47.45% from 314); Blue value is 11 (4.69% from 255 or 3.50% from 314); Max value from RGB is 154 - color contains mainly: red. Hex color #9A950B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9A950B is #656AF4. Grayscale: #878787. Windows color (decimal): -6646517 or 759194. OLE color: 759194.

HSL color Cylindrical-coordinate representation of color #9A950B: hue angle of 57.9º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9A950B is Cyan = 0, Magento = 0.03, Yellow = 0.93 and Black (K on CMYK) = 0.40.

Color convert

RGB15414911-
CMYK00.030.930.40
HSL57.9º86.67%32.35%-
HSV(B)57.9º92.86%60.39%-
XYZ24.1328.394.52-
YUV134.7658.16141.72-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 49.04%
GREEN value IS 149 (58.59% from 255) = 47.45%
BLUE value IS 11 (4.69% from 255) = 3.50%
R=49.04%
G=47.45%
B=3.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.93
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541491100.030.930.4057.986.6732.35
Hex9A95B035D283a5720
Octal2322251303135507212740
Binary1001101010010101101101110111011010001110101010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A950B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,149,11); }

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

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

 a { background-color: rgb(154,149,11); }

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

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

 span { border-color: rgb(154,149,11); }

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