Shades of Shadow Green #96BFB4
Tints of Shadow Green #96BFB4
RGB
CMYK
RGB Variations
Color information
#96BFB4 (or 0x96BFB4) is known color: Shadow Green. HEX triplet: 96, BF and B4. RGB value is (150,191,180). Sum of RGB (Red+Green+Blue) = 150+191+180=521 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.79% from 521); Green value is 191 (75% from 255 or 36.66% from 521); Blue value is 180 (70.70% from 255 or 34.55% from 521); Max value from RGB is 191 - color contains mainly: green. Hex color #96BFB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BFB4 is #69404B. Grayscale: #B1B1B1. Windows color (decimal): -6897740 or 11845526. OLE color: 11845526.
HSL color Cylindrical-coordinate representation of color #96BFB4: hue angle of 163.9º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #96BFB4 is Cyan = 0.21, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 150 | 191 | 180 | - |
| CMYK | 0.21 | 0 | 0.06 | 0.25 |
| HSL | 163.9º | 0.24% | 0.67% | - |
| HSV(B) | 163.9º | 0.21% | 0.75% | - |
| XYZ | 39.45 | 47.04 | 50.18 | - |
| YUV | 177.49 | 129.42 | 108.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 191 | 180 | 0.21 | 0 | 0.06 | 0.25 | 163.9 | 0.24 | 0.67 |
| Hex | 96 | BF | B4 | 15 | 0 | 6 | 19 | A4 | 18 | 43 |
| Octal | 226 | 277 | 264 | 25 | 0 | 6 | 31 | 244 | 30 | 103 |
| Binary | 10010110 | 10111111 | 10110100 | 10101 | 0 | 110 | 11001 | 10100100 | 11000 | 1000011 |
Color Harmonies of #96BFB4
Complementary color
Monochromatic Colors of #96BFB4
Black with #96BFB4
Text Example
Text Example
White with #96BFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BFB4; }
p { color: rgb(150,191,180); }
H1.HeaderClassName
{
color: #96BFB4;
}
.AnyTagClassName
{
color: #96BFB4;
}
</style>
background-color css
<style>
a { background-color: #96BFB4; }
a { background-color: rgb(150,191,180); }
div.DivClassName
{
background-color: #96BFB4;
}
.BgClassName
{
background-color: #96BFB4;
}
</style>
border-color css
<style>
span { border-color: #96BFB4; }
span { border-color: rgb(150,191,180); }
td.TdClassName
{
border-color: #96BFB4;
}
.TagClassName
{
border-color: #96BFB4;
}
</style>