Shades of Shadow Green #95B9B1
Tints of Shadow Green #95B9B1
RGB
CMYK
RGB Variations
Color information
#95B9B1 (or 0x95B9B1) is known color: Shadow Green. HEX triplet: 95, B9 and B1. RGB value is (149,185,177). Sum of RGB (Red+Green+Blue) = 149+185+177=511 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.16% from 511); Green value is 185 (72.66% from 255 or 36.20% from 511); Blue value is 177 (69.53% from 255 or 34.64% from 511); Max value from RGB is 185 - color contains mainly: green. Hex color #95B9B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95B9B1 is #6A464E. Grayscale: #ADADAD. Windows color (decimal): -6964815 or 11647381. OLE color: 11647381.
HSL color Cylindrical-coordinate representation of color #95B9B1: hue angle of 166.67º degrees, saturation: 0.2, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #95B9B1 is Cyan = 0.19, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 149 | 185 | 177 | - |
| CMYK | 0.19 | 0 | 0.04 | 0.27 |
| HSL | 166.67º | 0.2% | 0.65% | - |
| HSV(B) | 166.67º | 0.19% | 0.73% | - |
| XYZ | 37.68 | 44.26 | 48.15 | - |
| YUV | 173.32 | 130.07 | 110.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 185 | 177 | 0.19 | 0 | 0.04 | 0.27 | 166.67 | 0.2 | 0.65 |
| Hex | 95 | B9 | B1 | 13 | 0 | 4 | 1B | A7 | 14 | 41 |
| Octal | 225 | 271 | 261 | 23 | 0 | 4 | 33 | 247 | 24 | 101 |
| Binary | 10010101 | 10111001 | 10110001 | 10011 | 0 | 100 | 11011 | 10100111 | 10100 | 1000001 |
Color Harmonies of #95B9B1
Complementary color
Monochromatic Colors of #95B9B1
Black with #95B9B1
Text Example
Text Example
White with #95B9B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95B9B1; }
p { color: rgb(149,185,177); }
H1.HeaderClassName
{
color: #95B9B1;
}
.AnyTagClassName
{
color: #95B9B1;
}
</style>
background-color css
<style>
a { background-color: #95B9B1; }
a { background-color: rgb(149,185,177); }
div.DivClassName
{
background-color: #95B9B1;
}
.BgClassName
{
background-color: #95B9B1;
}
</style>
border-color css
<style>
span { border-color: #95B9B1; }
span { border-color: rgb(149,185,177); }
td.TdClassName
{
border-color: #95B9B1;
}
.TagClassName
{
border-color: #95B9B1;
}
</style>