Shades of Summer Green #99BAA2
Tints of Summer Green #99BAA2
RGB
CMYK
RGB Variations
Color information
#99BAA2 (or 0x99BAA2) is known color: Summer Green. HEX triplet: 99, BA and A2. RGB value is (153,186,162). Sum of RGB (Red+Green+Blue) = 153+186+162=501 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.54% from 501); Green value is 186 (73.05% from 255 or 37.13% from 501); Blue value is 162 (63.67% from 255 or 32.34% from 501); Max value from RGB is 186 - color contains mainly: green. Hex color #99BAA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99BAA2 is #66455D. Grayscale: #ADADAD. Windows color (decimal): -6702430 or 10664601. OLE color: 10664601.
HSL color Cylindrical-coordinate representation of color #99BAA2: hue angle of 136.36º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #99BAA2 is Cyan = 0.18, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 186 | 162 | - |
| CMYK | 0.18 | 0 | 0.13 | 0.27 |
| HSL | 136.36º | 0.19% | 0.66% | - |
| HSV(B) | 136.36º | 0.18% | 0.73% | - |
| XYZ | 37.22 | 44.5 | 40.81 | - |
| YUV | 173.4 | 121.57 | 113.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 186 | 162 | 0.18 | 0 | 0.13 | 0.27 | 136.36 | 0.19 | 0.66 |
| Hex | 99 | BA | A2 | 12 | 0 | D | 1B | 88 | 13 | 42 |
| Octal | 231 | 272 | 242 | 22 | 0 | 15 | 33 | 210 | 23 | 102 |
| Binary | 10011001 | 10111010 | 10100010 | 10010 | 0 | 1101 | 11011 | 10001000 | 10011 | 1000010 |
Color Harmonies of #99BAA2
Complementary color
Monochromatic Colors of #99BAA2
Black with #99BAA2
Text Example
Text Example
White with #99BAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BAA2; }
p { color: rgb(153,186,162); }
H1.HeaderClassName
{
color: #99BAA2;
}
.AnyTagClassName
{
color: #99BAA2;
}
</style>
background-color css
<style>
a { background-color: #99BAA2; }
a { background-color: rgb(153,186,162); }
div.DivClassName
{
background-color: #99BAA2;
}
.BgClassName
{
background-color: #99BAA2;
}
</style>
border-color css
<style>
span { border-color: #99BAA2; }
span { border-color: rgb(153,186,162); }
td.TdClassName
{
border-color: #99BAA2;
}
.TagClassName
{
border-color: #99BAA2;
}
</style>