Shades of Shadow Green #99C2B1
Tints of Shadow Green #99C2B1
RGB
CMYK
RGB Variations
Color information
#99C2B1 (or 0x99C2B1) is known color: Shadow Green. HEX triplet: 99, C2 and B1. RGB value is (153,194,177). Sum of RGB (Red+Green+Blue) = 153+194+177=524 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.20% from 524); Green value is 194 (76.17% from 255 or 37.02% from 524); Blue value is 177 (69.53% from 255 or 33.78% from 524); Max value from RGB is 194 - color contains mainly: green. Hex color #99C2B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99C2B1 is #663D4E. Grayscale: #B3B3B3. Windows color (decimal): -6700367 or 11649689. OLE color: 11649689.
HSL color Cylindrical-coordinate representation of color #99C2B1: hue angle of 155.12º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #99C2B1 is Cyan = 0.21, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 153 | 194 | 177 | - |
| CMYK | 0.21 | 0 | 0.09 | 0.24 |
| HSL | 155.12º | 0.25% | 0.68% | - |
| HSV(B) | 155.12º | 0.21% | 0.76% | - |
| XYZ | 40.36 | 48.53 | 48.83 | - |
| YUV | 179.8 | 126.42 | 108.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 194 | 177 | 0.21 | 0 | 0.09 | 0.24 | 155.12 | 0.25 | 0.68 |
| Hex | 99 | C2 | B1 | 15 | 0 | 9 | 18 | 9B | 19 | 44 |
| Octal | 231 | 302 | 261 | 25 | 0 | 11 | 30 | 233 | 31 | 104 |
| Binary | 10011001 | 11000010 | 10110001 | 10101 | 0 | 1001 | 11000 | 10011011 | 11001 | 1000100 |
Color Harmonies of #99C2B1
Complementary color
Monochromatic Colors of #99C2B1
Black with #99C2B1
Text Example
Text Example
White with #99C2B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C2B1; }
p { color: rgb(153,194,177); }
H1.HeaderClassName
{
color: #99C2B1;
}
.AnyTagClassName
{
color: #99C2B1;
}
</style>
background-color css
<style>
a { background-color: #99C2B1; }
a { background-color: rgb(153,194,177); }
div.DivClassName
{
background-color: #99C2B1;
}
.BgClassName
{
background-color: #99C2B1;
}
</style>
border-color css
<style>
span { border-color: #99C2B1; }
span { border-color: rgb(153,194,177); }
td.TdClassName
{
border-color: #99C2B1;
}
.TagClassName
{
border-color: #99C2B1;
}
</style>