Shades of Summer Green #99B9A2
Tints of Summer Green #99B9A2
RGB
CMYK
RGB Variations
Color information
#99B9A2 (or 0x99B9A2) is known color: Summer Green. HEX triplet: 99, B9 and A2. RGB value is (153,185,162). Sum of RGB (Red+Green+Blue) = 153+185+162=500 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.6% from 500); Green value is 185 (72.66% from 255 or 37% from 500); Blue value is 162 (63.67% from 255 or 32.4% from 500); Max value from RGB is 185 - color contains mainly: green. Hex color #99B9A2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99B9A2 is #66465D. Grayscale: #ACACAC. Windows color (decimal): -6702686 or 10664345. OLE color: 10664345.
HSL color Cylindrical-coordinate representation of color #99B9A2: hue angle of 136.88º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #99B9A2 is Cyan = 0.17, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 185 | 162 | - |
| CMYK | 0.17 | 0 | 0.12 | 0.27 |
| HSL | 136.88º | 0.19% | 0.66% | - |
| HSV(B) | 136.88º | 0.17% | 0.73% | - |
| XYZ | 37.01 | 44.08 | 40.74 | - |
| YUV | 172.81 | 121.9 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 185 | 162 | 0.17 | 0 | 0.12 | 0.27 | 136.88 | 0.19 | 0.66 |
| Hex | 99 | B9 | A2 | 11 | 0 | C | 1B | 89 | 13 | 42 |
| Octal | 231 | 271 | 242 | 21 | 0 | 14 | 33 | 211 | 23 | 102 |
| Binary | 10011001 | 10111001 | 10100010 | 10001 | 0 | 1100 | 11011 | 10001001 | 10011 | 1000010 |
Color Harmonies of #99B9A2
Complementary color
Monochromatic Colors of #99B9A2
Black with #99B9A2
Text Example
Text Example
White with #99B9A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B9A2; }
p { color: rgb(153,185,162); }
H1.HeaderClassName
{
color: #99B9A2;
}
.AnyTagClassName
{
color: #99B9A2;
}
</style>
background-color css
<style>
a { background-color: #99B9A2; }
a { background-color: rgb(153,185,162); }
div.DivClassName
{
background-color: #99B9A2;
}
.BgClassName
{
background-color: #99B9A2;
}
</style>
border-color css
<style>
span { border-color: #99B9A2; }
span { border-color: rgb(153,185,162); }
td.TdClassName
{
border-color: #99B9A2;
}
.TagClassName
{
border-color: #99B9A2;
}
</style>