Shades of Shadow Green #95BCB6
Tints of Shadow Green #95BCB6
RGB
CMYK
RGB Variations
Color information
#95BCB6 (or 0x95BCB6) is known color: Shadow Green. HEX triplet: 95, BC and B6. RGB value is (149,188,182). Sum of RGB (Red+Green+Blue) = 149+188+182=519 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.71% from 519); Green value is 188 (73.83% from 255 or 36.22% from 519); Blue value is 182 (71.48% from 255 or 35.07% from 519); Max value from RGB is 188 - color contains mainly: green. Hex color #95BCB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95BCB6 is #6A4349. Grayscale: #AFAFAF. Windows color (decimal): -6964042 or 11975829. OLE color: 11975829.
HSL color Cylindrical-coordinate representation of color #95BCB6: hue angle of 170.77º 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 #95BCB6 is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 149 | 188 | 182 | - |
| CMYK | 0.21 | 0 | 0.03 | 0.26 |
| HSL | 170.77º | 0.23% | 0.66% | - |
| HSV(B) | 170.77º | 0.21% | 0.74% | - |
| XYZ | 38.82 | 45.73 | 51.04 | - |
| YUV | 175.66 | 131.58 | 108.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 188 | 182 | 0.21 | 0 | 0.03 | 0.26 | 170.77 | 0.23 | 0.66 |
| Hex | 95 | BC | B6 | 15 | 0 | 3 | 1A | AB | 17 | 42 |
| Octal | 225 | 274 | 266 | 25 | 0 | 3 | 32 | 253 | 27 | 102 |
| Binary | 10010101 | 10111100 | 10110110 | 10101 | 0 | 11 | 11010 | 10101011 | 10111 | 1000010 |
Color Harmonies of #95BCB6
Complementary color
Monochromatic Colors of #95BCB6
Black with #95BCB6
Text Example
Text Example
White with #95BCB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95BCB6; }
p { color: rgb(149,188,182); }
H1.HeaderClassName
{
color: #95BCB6;
}
.AnyTagClassName
{
color: #95BCB6;
}
</style>
background-color css
<style>
a { background-color: #95BCB6; }
a { background-color: rgb(149,188,182); }
div.DivClassName
{
background-color: #95BCB6;
}
.BgClassName
{
background-color: #95BCB6;
}
</style>
border-color css
<style>
span { border-color: #95BCB6; }
span { border-color: rgb(149,188,182); }
td.TdClassName
{
border-color: #95BCB6;
}
.TagClassName
{
border-color: #95BCB6;
}
</style>