#999BA9

Color #999BA9 Santas Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Santas Grey #999BA9

Tints of Santas Grey #999BA9

Color information

#999BA9 (or 0x999BA9) is unknown color: approx Santas Grey. HEX triplet: 99, 9B and A9. RGB value is (153,155,169). Sum of RGB (Red+Green+Blue) = 153+155+169=477 (63% of max value = 765). Red value is 153 (60.16% from 255 or 32.08% from 477); Green value is 155 (60.94% from 255 or 32.49% from 477); Blue value is 169 (66.41% from 255 or 35.43% from 477); Max value from RGB is 169 - color contains mainly: blue. Hex color #999BA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999BA9 is #666456. Grayscale: #9B9B9B. Windows color (decimal): -6710359 or 11115417. OLE color: 11115417.

HSL color Cylindrical-coordinate representation of color #999BA9: hue angle of 232.5º degrees, saturation: 0.09, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #999BA9 is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB153155169-
CMYK0.090.0800.34
HSL232.5º8.51%63.14%-
HSV(B)232.5º9.47%66.27%-
XYZ32.0233.0842.23-
YUV156135.34125.86-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.08%
GREEN value IS 155 (60.94% from 255) = 32.49%
BLUE value IS 169 (66.41% from 255) = 35.43%
R=32.08%
G=32.49%
B=35.43%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1531551690.090.0800.34232.58.5163.14
Hex999BA998022e893f
Octal23123325111100423501177
Binary100110011001101110101001100110000100010111010001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999BA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999BA9; }

 p { color: rgb(153,155,169); }

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

<style>
 a { background-color: #999BA9; }

 a { background-color: rgb(153,155,169); }

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

<style>
 span { border-color: #999BA9; }

 span { border-color: rgb(153,155,169); }

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