Shades of Shadow Green #95BFB2
Tints of Shadow Green #95BFB2
RGB
CMYK
RGB Variations
Color information
#95BFB2 (or 0x95BFB2) is known color: Shadow Green. HEX triplet: 95, BF and B2. RGB value is (149,191,178). Sum of RGB (Red+Green+Blue) = 149+191+178=518 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.76% from 518); Green value is 191 (75% from 255 or 36.87% from 518); Blue value is 178 (69.92% from 255 or 34.36% from 518); Max value from RGB is 191 - color contains mainly: green. Hex color #95BFB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95BFB2 is #6A404D. Grayscale: #B0B0B0. Windows color (decimal): -6963278 or 11714453. OLE color: 11714453.
HSL color Cylindrical-coordinate representation of color #95BFB2: hue angle of 161.43º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #95BFB2 is Cyan = 0.22, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 149 | 191 | 178 | - |
| CMYK | 0.22 | 0 | 0.07 | 0.25 |
| HSL | 161.43º | 0.25% | 0.67% | - |
| HSV(B) | 161.43º | 0.22% | 0.75% | - |
| XYZ | 39.06 | 46.87 | 49.11 | - |
| YUV | 176.96 | 128.59 | 108.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 191 | 178 | 0.22 | 0 | 0.07 | 0.25 | 161.43 | 0.25 | 0.67 |
| Hex | 95 | BF | B2 | 16 | 0 | 7 | 19 | A1 | 19 | 43 |
| Octal | 225 | 277 | 262 | 26 | 0 | 7 | 31 | 241 | 31 | 103 |
| Binary | 10010101 | 10111111 | 10110010 | 10110 | 0 | 111 | 11001 | 10100001 | 11001 | 1000011 |
Color Harmonies of #95BFB2
Complementary color
Monochromatic Colors of #95BFB2
Black with #95BFB2
Text Example
Text Example
White with #95BFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95BFB2; }
p { color: rgb(149,191,178); }
H1.HeaderClassName
{
color: #95BFB2;
}
.AnyTagClassName
{
color: #95BFB2;
}
</style>
background-color css
<style>
a { background-color: #95BFB2; }
a { background-color: rgb(149,191,178); }
div.DivClassName
{
background-color: #95BFB2;
}
.BgClassName
{
background-color: #95BFB2;
}
</style>
border-color css
<style>
span { border-color: #95BFB2; }
span { border-color: rgb(149,191,178); }
td.TdClassName
{
border-color: #95BFB2;
}
.TagClassName
{
border-color: #95BFB2;
}
</style>