Shades of Shadow Green #99BBB2
Tints of Shadow Green #99BBB2
RGB
CMYK
RGB Variations
Color information
#99BBB2 (or 0x99BBB2) is known color: Shadow Green. HEX triplet: 99, BB and B2. RGB value is (153,187,178). Sum of RGB (Red+Green+Blue) = 153+187+178=518 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.54% from 518); Green value is 187 (73.44% from 255 or 36.10% from 518); Blue value is 178 (69.92% from 255 or 34.36% from 518); Max value from RGB is 187 - color contains mainly: green. Hex color #99BBB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99BBB2 is #66444D. Grayscale: #AFAFAF. Windows color (decimal): -6702158 or 11713433. OLE color: 11713433.
HSL color Cylindrical-coordinate representation of color #99BBB2: hue angle of 164.12º 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 #99BBB2 is Cyan = 0.18, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 187 | 178 | - |
| CMYK | 0.18 | 0 | 0.05 | 0.27 |
| HSL | 164.12º | 0.2% | 0.67% | - |
| HSV(B) | 164.12º | 0.18% | 0.73% | - |
| XYZ | 38.94 | 45.53 | 48.85 | - |
| YUV | 175.81 | 129.24 | 111.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 187 | 178 | 0.18 | 0 | 0.05 | 0.27 | 164.12 | 0.2 | 0.67 |
| Hex | 99 | BB | B2 | 12 | 0 | 5 | 1B | A4 | 14 | 43 |
| Octal | 231 | 273 | 262 | 22 | 0 | 5 | 33 | 244 | 24 | 103 |
| Binary | 10011001 | 10111011 | 10110010 | 10010 | 0 | 101 | 11011 | 10100100 | 10100 | 1000011 |
Color Harmonies of #99BBB2
Complementary color
Monochromatic Colors of #99BBB2
Black with #99BBB2
Text Example
Text Example
White with #99BBB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BBB2; }
p { color: rgb(153,187,178); }
H1.HeaderClassName
{
color: #99BBB2;
}
.AnyTagClassName
{
color: #99BBB2;
}
</style>
background-color css
<style>
a { background-color: #99BBB2; }
a { background-color: rgb(153,187,178); }
div.DivClassName
{
background-color: #99BBB2;
}
.BgClassName
{
background-color: #99BBB2;
}
</style>
border-color css
<style>
span { border-color: #99BBB2; }
span { border-color: rgb(153,187,178); }
td.TdClassName
{
border-color: #99BBB2;
}
.TagClassName
{
border-color: #99BBB2;
}
</style>