#95A0A4

Color #95A0A4 Bali Hai (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bali Hai #95A0A4

Tints of Bali Hai #95A0A4

Color information

#95A0A4 (or 0x95A0A4) is unknown color: approx Bali Hai. HEX triplet: 95, A0 and A4. RGB value is (149,160,164). Sum of RGB (Red+Green+Blue) = 149+160+164=473 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.50% from 473); Green value is 160 (62.89% from 255 or 33.83% from 473); Blue value is 164 (64.45% from 255 or 34.67% from 473); Max value from RGB is 164 - color contains mainly: blue. Hex color #95A0A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95A0A4 is #6A5F5B. Grayscale: #9D9D9D. Windows color (decimal): -6971228 or 10789013. OLE color: 10789013.

HSL color Cylindrical-coordinate representation of color #95A0A4: hue angle of 196º degrees, saturation: 0.08, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #95A0A4 is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB149160164-
CMYK0.090.0200.36
HSL196º7.61%61.37%-
HSV(B)196º9.15%64.31%-
XYZ31.6734.2140.06-
YUV157.17131.86122.17-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.50%
GREEN value IS 160 (62.89% from 255) = 33.83%
BLUE value IS 164 (64.45% from 255) = 34.67%
R=31.50%
G=33.83%
B=34.67%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1491601640.090.0200.361967.6161.37
Hex95A0A492024c483d
Octal2252402441120443041075
Binary1001010110100000101001001001100100100110001001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A0A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95A0A4; }

 p { color: rgb(149,160,164); }

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

<style>
 a { background-color: #95A0A4; }

 a { background-color: rgb(149,160,164); }

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

<style>
 span { border-color: #95A0A4; }

 span { border-color: rgb(149,160,164); }

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