Shades of Shadow Green #95BDB2
Tints of Shadow Green #95BDB2
RGB
CMYK
RGB Variations
Color information
#95BDB2 (or 0x95BDB2) is known color: Shadow Green. HEX triplet: 95, BD and B2. RGB value is (149,189,178). Sum of RGB (Red+Green+Blue) = 149+189+178=516 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.88% from 516); Green value is 189 (74.22% from 255 or 36.63% from 516); Blue value is 178 (69.92% from 255 or 34.50% from 516); Max value from RGB is 189 - color contains mainly: green. Hex color #95BDB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95BDB2 is #6A424D. Grayscale: #AFAFAF. Windows color (decimal): -6963790 or 11713941. OLE color: 11713941.
HSL color Cylindrical-coordinate representation of color #95BDB2: hue angle of 163.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 #95BDB2 is Cyan = 0.21, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 149 | 189 | 178 | - |
| CMYK | 0.21 | 0 | 0.06 | 0.26 |
| HSL | 163.5º | 0.23% | 0.66% | - |
| HSV(B) | 163.5º | 0.21% | 0.74% | - |
| XYZ | 38.63 | 46 | 48.96 | - |
| YUV | 175.79 | 129.25 | 108.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 189 | 178 | 0.21 | 0 | 0.06 | 0.26 | 163.5 | 0.23 | 0.66 |
| Hex | 95 | BD | B2 | 15 | 0 | 6 | 1A | A4 | 17 | 42 |
| Octal | 225 | 275 | 262 | 25 | 0 | 6 | 32 | 244 | 27 | 102 |
| Binary | 10010101 | 10111101 | 10110010 | 10101 | 0 | 110 | 11010 | 10100100 | 10111 | 1000010 |
Color Harmonies of #95BDB2
Complementary color
Monochromatic Colors of #95BDB2
Black with #95BDB2
Text Example
Text Example
White with #95BDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95BDB2; }
p { color: rgb(149,189,178); }
H1.HeaderClassName
{
color: #95BDB2;
}
.AnyTagClassName
{
color: #95BDB2;
}
</style>
background-color css
<style>
a { background-color: #95BDB2; }
a { background-color: rgb(149,189,178); }
div.DivClassName
{
background-color: #95BDB2;
}
.BgClassName
{
background-color: #95BDB2;
}
</style>
border-color css
<style>
span { border-color: #95BDB2; }
span { border-color: rgb(149,189,178); }
td.TdClassName
{
border-color: #95BDB2;
}
.TagClassName
{
border-color: #95BDB2;
}
</style>