Shades of Summer Green #98BAA0
Tints of Summer Green #98BAA0
RGB
CMYK
RGB Variations
Color information
#98BAA0 (or 0x98BAA0) is known color: Summer Green. HEX triplet: 98, BA and A0. RGB value is (152,186,160). Sum of RGB (Red+Green+Blue) = 152+186+160=498 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.52% from 498); Green value is 186 (73.05% from 255 or 37.35% from 498); Blue value is 160 (62.89% from 255 or 32.13% from 498); Max value from RGB is 186 - color contains mainly: green. Hex color #98BAA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98BAA0 is #67455F. Grayscale: #ACACAC. Windows color (decimal): -6767968 or 10533528. OLE color: 10533528.
HSL color Cylindrical-coordinate representation of color #98BAA0: hue angle of 134.12º degrees, saturation: 0.2, 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 #98BAA0 is Cyan = 0.18, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 152 | 186 | 160 | - |
| CMYK | 0.18 | 0 | 0.14 | 0.27 |
| HSL | 134.12º | 0.2% | 0.66% | - |
| HSV(B) | 134.12º | 0.18% | 0.73% | - |
| XYZ | 36.85 | 44.33 | 39.87 | - |
| YUV | 172.87 | 120.74 | 113.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 186 | 160 | 0.18 | 0 | 0.14 | 0.27 | 134.12 | 0.2 | 0.66 |
| Hex | 98 | BA | A0 | 12 | 0 | E | 1B | 86 | 14 | 42 |
| Octal | 230 | 272 | 240 | 22 | 0 | 16 | 33 | 206 | 24 | 102 |
| Binary | 10011000 | 10111010 | 10100000 | 10010 | 0 | 1110 | 11011 | 10000110 | 10100 | 1000010 |
Color Harmonies of #98BAA0
Complementary color
Monochromatic Colors of #98BAA0
Black with #98BAA0
Text Example
Text Example
White with #98BAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98BAA0; }
p { color: rgb(152,186,160); }
H1.HeaderClassName
{
color: #98BAA0;
}
.AnyTagClassName
{
color: #98BAA0;
}
</style>
background-color css
<style>
a { background-color: #98BAA0; }
a { background-color: rgb(152,186,160); }
div.DivClassName
{
background-color: #98BAA0;
}
.BgClassName
{
background-color: #98BAA0;
}
</style>
border-color css
<style>
span { border-color: #98BAA0; }
span { border-color: rgb(152,186,160); }
td.TdClassName
{
border-color: #98BAA0;
}
.TagClassName
{
border-color: #98BAA0;
}
</style>