Shades of Shadow Green #95BCB9
Tints of Shadow Green #95BCB9
RGB
CMYK
RGB Variations
Color information
#95BCB9 (or 0x95BCB9) is known color: Shadow Green. HEX triplet: 95, BC and B9. RGB value is (149,188,185). Sum of RGB (Red+Green+Blue) = 149+188+185=522 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.54% from 522); Green value is 188 (73.83% from 255 or 36.02% from 522); Blue value is 185 (72.66% from 255 or 35.44% from 522); Max value from RGB is 188 - color contains mainly: green. Hex color #95BCB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95BCB9 is #6A4346. Grayscale: #AFAFAF. Windows color (decimal): -6964039 or 12172437. OLE color: 12172437.
HSL color Cylindrical-coordinate representation of color #95BCB9: hue angle of 175.38º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #95BCB9 is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 149 | 188 | 185 | - |
| CMYK | 0.21 | 0 | 0.02 | 0.26 |
| HSL | 175.38º | 0.23% | 0.66% | - |
| HSV(B) | 175.38º | 0.21% | 0.74% | - |
| XYZ | 39.13 | 45.86 | 52.69 | - |
| YUV | 176 | 133.08 | 108.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 188 | 185 | 0.21 | 0 | 0.02 | 0.26 | 175.38 | 0.23 | 0.66 |
| Hex | 95 | BC | B9 | 15 | 0 | 2 | 1A | AF | 17 | 42 |
| Octal | 225 | 274 | 271 | 25 | 0 | 2 | 32 | 257 | 27 | 102 |
| Binary | 10010101 | 10111100 | 10111001 | 10101 | 0 | 10 | 11010 | 10101111 | 10111 | 1000010 |
Color Harmonies of #95BCB9
Complementary color
Monochromatic Colors of #95BCB9
Black with #95BCB9
Text Example
Text Example
White with #95BCB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95BCB9; }
p { color: rgb(149,188,185); }
H1.HeaderClassName
{
color: #95BCB9;
}
.AnyTagClassName
{
color: #95BCB9;
}
</style>
background-color css
<style>
a { background-color: #95BCB9; }
a { background-color: rgb(149,188,185); }
div.DivClassName
{
background-color: #95BCB9;
}
.BgClassName
{
background-color: #95BCB9;
}
</style>
border-color css
<style>
span { border-color: #95BCB9; }
span { border-color: rgb(149,188,185); }
td.TdClassName
{
border-color: #95BCB9;
}
.TagClassName
{
border-color: #95BCB9;
}
</style>