#95BAB9

Color #95BAB9 Shadow Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shadow Green #95BAB9

Tints of Shadow Green #95BAB9

Color information

#95BAB9 (or 0x95BAB9) is unknown color: approx Shadow Green. HEX triplet: 95, BA and B9. RGB value is (149,186,185). Sum of RGB (Red+Green+Blue) = 149+186+185=520 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.65% from 520); Green value is 186 (73.05% from 255 or 35.77% from 520); Blue value is 185 (72.66% from 255 or 35.58% from 520); Max value from RGB is 186 - color contains mainly: green. Hex color #95BAB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95BAB9 is #6A4546. Grayscale: #AEAEAE. Windows color (decimal): -6964551 or 12171925. OLE color: 12171925.

HSL color Cylindrical-coordinate representation of color #95BAB9: hue angle of 178.38º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #95BAB9 is Cyan = 0.20, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB149186185-
CMYK0.2000.010.27
HSL178.38º21.14%65.69%-
HSV(B)178.38º19.89%72.94%-
XYZ38.7145.0152.55-
YUV174.82133.74109.58-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.65%
GREEN value IS 186 (73.05% from 255) = 35.77%
BLUE value IS 185 (72.66% from 255) = 35.58%
R=28.65%
G=35.77%
B=35.58%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1491861850.2000.010.27178.3821.1465.69
Hex95BAB914011Bb21542
Octal22527227124013326225102
Binary10010101101110101011100110100011101110110010101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,186,185); }

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

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

 a { background-color: rgb(149,186,185); }

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

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

 span { border-color: rgb(149,186,185); }

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