#9B9A10

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

Shades of Lucky #9B9A10

Tints of Lucky #9B9A10

Color information

#9B9A10 (or 0x9B9A10) is unknown color: approx Lucky. HEX triplet: 9B, 9A and 10. RGB value is (155,154,16). Sum of RGB (Red+Green+Blue) = 155+154+16=325 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.69% from 325); Green value is 154 (60.55% from 255 or 47.38% from 325); Blue value is 16 (6.64% from 255 or 4.92% from 325); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9A10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9B9A10 is #6465EF. Grayscale: #8B8B8B. Windows color (decimal): -6579696 or 1088155. OLE color: 1088155.

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

Color convert

RGB15515416-
CMYK00.010.900.39
HSL59.57º81.29%33.53%-
HSV(B)59.57º89.68%60.78%-
XYZ25.1730.124.98-
YUV138.5758.83139.72-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 47.69%
GREEN value IS 154 (60.55% from 255) = 47.38%
BLUE value IS 16 (6.64% from 255) = 4.92%
R=47.69%
G=47.38%
B=4.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.90
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551541600.010.900.3959.5781.2933.53
Hex9B9A10015A273c5122
Octal2332322001132477412142
Binary1001101110011010100000110110101001111111001010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B9A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,154,16); }

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

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

 a { background-color: rgb(155,154,16); }

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

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

 span { border-color: rgb(155,154,16); }

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