Shades of Shadow Green #95BBB9
Tints of Shadow Green #95BBB9
RGB
CMYK
RGB Variations
Color information
#95BBB9 (or 0x95BBB9) is known color: Shadow Green. HEX triplet: 95, BB and B9. RGB value is (149,187,185). Sum of RGB (Red+Green+Blue) = 149+187+185=521 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.60% from 521); Green value is 187 (73.44% from 255 or 35.89% from 521); Blue value is 185 (72.66% from 255 or 35.51% from 521); Max value from RGB is 187 - color contains mainly: green. Hex color #95BBB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95BBB9 is #6A4446. Grayscale: #AFAFAF. Windows color (decimal): -6964295 or 12172181. OLE color: 12172181.
HSL color Cylindrical-coordinate representation of color #95BBB9: hue angle of 176.84º degrees, saturation: 0.22, 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 #95BBB9 is Cyan = 0.20, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 149 | 187 | 185 | - |
| CMYK | 0.20 | 0 | 0.01 | 0.27 |
| HSL | 176.84º | 0.22% | 0.66% | - |
| HSV(B) | 176.84º | 0.2% | 0.73% | - |
| XYZ | 38.92 | 45.43 | 52.62 | - |
| YUV | 175.41 | 133.41 | 109.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 187 | 185 | 0.20 | 0 | 0.01 | 0.27 | 176.84 | 0.22 | 0.66 |
| Hex | 95 | BB | B9 | 14 | 0 | 1 | 1B | B1 | 16 | 42 |
| Octal | 225 | 273 | 271 | 24 | 0 | 1 | 33 | 261 | 26 | 102 |
| Binary | 10010101 | 10111011 | 10111001 | 10100 | 0 | 1 | 11011 | 10110001 | 10110 | 1000010 |
Color Harmonies of #95BBB9
Complementary color
Monochromatic Colors of #95BBB9
Black with #95BBB9
Text Example
Text Example
White with #95BBB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95BBB9; }
p { color: rgb(149,187,185); }
H1.HeaderClassName
{
color: #95BBB9;
}
.AnyTagClassName
{
color: #95BBB9;
}
</style>
background-color css
<style>
a { background-color: #95BBB9; }
a { background-color: rgb(149,187,185); }
div.DivClassName
{
background-color: #95BBB9;
}
.BgClassName
{
background-color: #95BBB9;
}
</style>
border-color css
<style>
span { border-color: #95BBB9; }
span { border-color: rgb(149,187,185); }
td.TdClassName
{
border-color: #95BBB9;
}
.TagClassName
{
border-color: #95BBB9;
}
</style>