Shades of Shadow Green #96BDB3
Tints of Shadow Green #96BDB3
RGB
CMYK
RGB Variations
Color information
#96BDB3 (or 0x96BDB3) is known color: Shadow Green. HEX triplet: 96, BD and B3. RGB value is (150,189,179). Sum of RGB (Red+Green+Blue) = 150+189+179=518 (68% of max value = 765). Red value is 150 (58.98% from 255 or 28.96% from 518); Green value is 189 (74.22% from 255 or 36.49% from 518); Blue value is 179 (70.31% from 255 or 34.56% from 518); Max value from RGB is 189 - color contains mainly: green. Hex color #96BDB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BDB3 is #69424C. Grayscale: #B0B0B0. Windows color (decimal): -6898253 or 11779478. OLE color: 11779478.
HSL color Cylindrical-coordinate representation of color #96BDB3: hue angle of 164.62º 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 #96BDB3 is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 150 | 189 | 179 | - |
| CMYK | 0.21 | 0 | 0.05 | 0.26 |
| HSL | 164.62º | 0.23% | 0.66% | - |
| HSV(B) | 164.62º | 0.21% | 0.74% | - |
| XYZ | 38.91 | 46.13 | 49.5 | - |
| YUV | 176.2 | 129.58 | 109.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 189 | 179 | 0.21 | 0 | 0.05 | 0.26 | 164.62 | 0.23 | 0.66 |
| Hex | 96 | BD | B3 | 15 | 0 | 5 | 1A | A5 | 17 | 42 |
| Octal | 226 | 275 | 263 | 25 | 0 | 5 | 32 | 245 | 27 | 102 |
| Binary | 10010110 | 10111101 | 10110011 | 10101 | 0 | 101 | 11010 | 10100101 | 10111 | 1000010 |
Color Harmonies of #96BDB3
Complementary color
Monochromatic Colors of #96BDB3
Black with #96BDB3
Text Example
Text Example
White with #96BDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BDB3; }
p { color: rgb(150,189,179); }
H1.HeaderClassName
{
color: #96BDB3;
}
.AnyTagClassName
{
color: #96BDB3;
}
</style>
background-color css
<style>
a { background-color: #96BDB3; }
a { background-color: rgb(150,189,179); }
div.DivClassName
{
background-color: #96BDB3;
}
.BgClassName
{
background-color: #96BDB3;
}
</style>
border-color css
<style>
span { border-color: #96BDB3; }
span { border-color: rgb(150,189,179); }
td.TdClassName
{
border-color: #96BDB3;
}
.TagClassName
{
border-color: #96BDB3;
}
</style>