Shades of Shadow Green #95BDB6
Tints of Shadow Green #95BDB6
RGB
CMYK
RGB Variations
Color information
#95BDB6 (or 0x95BDB6) is known color: Shadow Green. HEX triplet: 95, BD and B6. RGB value is (149,189,182). Sum of RGB (Red+Green+Blue) = 149+189+182=520 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.65% from 520); Green value is 189 (74.22% from 255 or 36.35% from 520); Blue value is 182 (71.48% from 255 or 35% from 520); Max value from RGB is 189 - color contains mainly: green. Hex color #95BDB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95BDB6 is #6A4249. Grayscale: #B0B0B0. Windows color (decimal): -6963786 or 11976085. OLE color: 11976085.
HSL color Cylindrical-coordinate representation of color #95BDB6: hue angle of 169.5º 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 #95BDB6 is Cyan = 0.21, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 149 | 189 | 182 | - |
| CMYK | 0.21 | 0 | 0.04 | 0.26 |
| HSL | 169.5º | 0.23% | 0.66% | - |
| HSV(B) | 169.5º | 0.21% | 0.74% | - |
| XYZ | 39.04 | 46.16 | 51.11 | - |
| YUV | 176.24 | 131.25 | 108.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 189 | 182 | 0.21 | 0 | 0.04 | 0.26 | 169.5 | 0.23 | 0.66 |
| Hex | 95 | BD | B6 | 15 | 0 | 4 | 1A | AA | 17 | 42 |
| Octal | 225 | 275 | 266 | 25 | 0 | 4 | 32 | 252 | 27 | 102 |
| Binary | 10010101 | 10111101 | 10110110 | 10101 | 0 | 100 | 11010 | 10101010 | 10111 | 1000010 |
Color Harmonies of #95BDB6
Complementary color
Monochromatic Colors of #95BDB6
Black with #95BDB6
Text Example
Text Example
White with #95BDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95BDB6; }
p { color: rgb(149,189,182); }
H1.HeaderClassName
{
color: #95BDB6;
}
.AnyTagClassName
{
color: #95BDB6;
}
</style>
background-color css
<style>
a { background-color: #95BDB6; }
a { background-color: rgb(149,189,182); }
div.DivClassName
{
background-color: #95BDB6;
}
.BgClassName
{
background-color: #95BDB6;
}
</style>
border-color css
<style>
span { border-color: #95BDB6; }
span { border-color: rgb(149,189,182); }
td.TdClassName
{
border-color: #95BDB6;
}
.TagClassName
{
border-color: #95BDB6;
}
</style>