Shades of Summer Green #99BBA1
Tints of Summer Green #99BBA1
RGB
CMYK
RGB Variations
Color information
#99BBA1 (or 0x99BBA1) is known color: Summer Green. HEX triplet: 99, BB and A1. RGB value is (153,187,161). Sum of RGB (Red+Green+Blue) = 153+187+161=501 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.54% from 501); Green value is 187 (73.44% from 255 or 37.33% from 501); Blue value is 161 (63.28% from 255 or 32.14% from 501); Max value from RGB is 187 - color contains mainly: green. Hex color #99BBA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99BBA1 is #66445E. Grayscale: #ADADAD. Windows color (decimal): -6702175 or 10599321. OLE color: 10599321.
HSL color Cylindrical-coordinate representation of color #99BBA1: hue angle of 134.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 #99BBA1 is Cyan = 0.18, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 187 | 161 | - |
| CMYK | 0.18 | 0 | 0.14 | 0.27 |
| HSL | 134.12º | 0.2% | 0.67% | - |
| HSV(B) | 134.12º | 0.18% | 0.73% | - |
| XYZ | 37.34 | 44.89 | 40.41 | - |
| YUV | 173.87 | 120.74 | 113.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 187 | 161 | 0.18 | 0 | 0.14 | 0.27 | 134.12 | 0.2 | 0.67 |
| Hex | 99 | BB | A1 | 12 | 0 | E | 1B | 86 | 14 | 43 |
| Octal | 231 | 273 | 241 | 22 | 0 | 16 | 33 | 206 | 24 | 103 |
| Binary | 10011001 | 10111011 | 10100001 | 10010 | 0 | 1110 | 11011 | 10000110 | 10100 | 1000011 |
Color Harmonies of #99BBA1
Complementary color
Monochromatic Colors of #99BBA1
Black with #99BBA1
Text Example
Text Example
White with #99BBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BBA1; }
p { color: rgb(153,187,161); }
H1.HeaderClassName
{
color: #99BBA1;
}
.AnyTagClassName
{
color: #99BBA1;
}
</style>
background-color css
<style>
a { background-color: #99BBA1; }
a { background-color: rgb(153,187,161); }
div.DivClassName
{
background-color: #99BBA1;
}
.BgClassName
{
background-color: #99BBA1;
}
</style>
border-color css
<style>
span { border-color: #99BBA1; }
span { border-color: rgb(153,187,161); }
td.TdClassName
{
border-color: #99BBA1;
}
.TagClassName
{
border-color: #99BBA1;
}
</style>