Shades of Shadow Green #99BBB3
Tints of Shadow Green #99BBB3
RGB
CMYK
RGB Variations
Color information
#99BBB3 (or 0x99BBB3) is known color: Shadow Green. HEX triplet: 99, BB and B3. RGB value is (153,187,179). Sum of RGB (Red+Green+Blue) = 153+187+179=519 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.48% from 519); Green value is 187 (73.44% from 255 or 36.03% from 519); Blue value is 179 (70.31% from 255 or 34.49% from 519); Max value from RGB is 187 - color contains mainly: green. Hex color #99BBB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99BBB3 is #66444C. Grayscale: #AFAFAF. Windows color (decimal): -6702157 or 11778969. OLE color: 11778969.
HSL color Cylindrical-coordinate representation of color #99BBB3: hue angle of 165.88º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #99BBB3 is Cyan = 0.18, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 187 | 179 | - |
| CMYK | 0.18 | 0 | 0.04 | 0.27 |
| HSL | 165.88º | 0.2% | 0.67% | - |
| HSV(B) | 165.88º | 0.18% | 0.73% | - |
| XYZ | 39.04 | 45.57 | 49.39 | - |
| YUV | 175.92 | 129.74 | 111.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 187 | 179 | 0.18 | 0 | 0.04 | 0.27 | 165.88 | 0.2 | 0.67 |
| Hex | 99 | BB | B3 | 12 | 0 | 4 | 1B | A6 | 14 | 43 |
| Octal | 231 | 273 | 263 | 22 | 0 | 4 | 33 | 246 | 24 | 103 |
| Binary | 10011001 | 10111011 | 10110011 | 10010 | 0 | 100 | 11011 | 10100110 | 10100 | 1000011 |
Color Harmonies of #99BBB3
Complementary color
Monochromatic Colors of #99BBB3
Black with #99BBB3
Text Example
Text Example
White with #99BBB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BBB3; }
p { color: rgb(153,187,179); }
H1.HeaderClassName
{
color: #99BBB3;
}
.AnyTagClassName
{
color: #99BBB3;
}
</style>
background-color css
<style>
a { background-color: #99BBB3; }
a { background-color: rgb(153,187,179); }
div.DivClassName
{
background-color: #99BBB3;
}
.BgClassName
{
background-color: #99BBB3;
}
</style>
border-color css
<style>
span { border-color: #99BBB3; }
span { border-color: rgb(153,187,179); }
td.TdClassName
{
border-color: #99BBB3;
}
.TagClassName
{
border-color: #99BBB3;
}
</style>