Shades of Summer Green #99BBA0
Tints of Summer Green #99BBA0
RGB
CMYK
RGB Variations
Color information
#99BBA0 (or 0x99BBA0) is known color: Summer Green. HEX triplet: 99, BB and A0. RGB value is (153,187,160). Sum of RGB (Red+Green+Blue) = 153+187+160=500 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.6% from 500); Green value is 187 (73.44% from 255 or 37.4% from 500); Blue value is 160 (62.89% from 255 or 32% from 500); Max value from RGB is 187 - color contains mainly: green. Hex color #99BBA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99BBA0 is #66445F. Grayscale: #ADADAD. Windows color (decimal): -6702176 or 10533785. OLE color: 10533785.
HSL color Cylindrical-coordinate representation of color #99BBA0: hue angle of 132.35º 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 #99BBA0 is Cyan = 0.18, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 187 | 160 | - |
| CMYK | 0.18 | 0 | 0.14 | 0.27 |
| HSL | 132.35º | 0.2% | 0.67% | - |
| HSV(B) | 132.35º | 0.18% | 0.73% | - |
| XYZ | 37.25 | 44.85 | 39.95 | - |
| YUV | 173.76 | 120.24 | 113.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 187 | 160 | 0.18 | 0 | 0.14 | 0.27 | 132.35 | 0.2 | 0.67 |
| Hex | 99 | BB | A0 | 12 | 0 | E | 1B | 84 | 14 | 43 |
| Octal | 231 | 273 | 240 | 22 | 0 | 16 | 33 | 204 | 24 | 103 |
| Binary | 10011001 | 10111011 | 10100000 | 10010 | 0 | 1110 | 11011 | 10000100 | 10100 | 1000011 |
Color Harmonies of #99BBA0
Complementary color
Monochromatic Colors of #99BBA0
Black with #99BBA0
Text Example
Text Example
White with #99BBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BBA0; }
p { color: rgb(153,187,160); }
H1.HeaderClassName
{
color: #99BBA0;
}
.AnyTagClassName
{
color: #99BBA0;
}
</style>
background-color css
<style>
a { background-color: #99BBA0; }
a { background-color: rgb(153,187,160); }
div.DivClassName
{
background-color: #99BBA0;
}
.BgClassName
{
background-color: #99BBA0;
}
</style>
border-color css
<style>
span { border-color: #99BBA0; }
span { border-color: rgb(153,187,160); }
td.TdClassName
{
border-color: #99BBA0;
}
.TagClassName
{
border-color: #99BBA0;
}
</style>