Shades of Summer Green #98BCA2
Tints of Summer Green #98BCA2
RGB
CMYK
RGB Variations
Color information
#98BCA2 (or 0x98BCA2) is known color: Summer Green. HEX triplet: 98, BC and A2. RGB value is (152,188,162). Sum of RGB (Red+Green+Blue) = 152+188+162=502 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.28% from 502); Green value is 188 (73.83% from 255 or 37.45% from 502); Blue value is 162 (63.67% from 255 or 32.27% from 502); Max value from RGB is 188 - color contains mainly: green. Hex color #98BCA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98BCA2 is #67435D. Grayscale: #AEAEAE. Windows color (decimal): -6767454 or 10665112. OLE color: 10665112.
HSL color Cylindrical-coordinate representation of color #98BCA2: hue angle of 136.67º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #98BCA2 is Cyan = 0.19, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 152 | 188 | 162 | - |
| CMYK | 0.19 | 0 | 0.14 | 0.26 |
| HSL | 136.67º | 0.21% | 0.67% | - |
| HSV(B) | 136.67º | 0.19% | 0.74% | - |
| XYZ | 37.45 | 45.25 | 40.94 | - |
| YUV | 174.27 | 121.07 | 112.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 188 | 162 | 0.19 | 0 | 0.14 | 0.26 | 136.67 | 0.21 | 0.67 |
| Hex | 98 | BC | A2 | 13 | 0 | E | 1A | 89 | 15 | 43 |
| Octal | 230 | 274 | 242 | 23 | 0 | 16 | 32 | 211 | 25 | 103 |
| Binary | 10011000 | 10111100 | 10100010 | 10011 | 0 | 1110 | 11010 | 10001001 | 10101 | 1000011 |
Color Harmonies of #98BCA2
Complementary color
Monochromatic Colors of #98BCA2
Black with #98BCA2
Text Example
Text Example
White with #98BCA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98BCA2; }
p { color: rgb(152,188,162); }
H1.HeaderClassName
{
color: #98BCA2;
}
.AnyTagClassName
{
color: #98BCA2;
}
</style>
background-color css
<style>
a { background-color: #98BCA2; }
a { background-color: rgb(152,188,162); }
div.DivClassName
{
background-color: #98BCA2;
}
.BgClassName
{
background-color: #98BCA2;
}
</style>
border-color css
<style>
span { border-color: #98BCA2; }
span { border-color: rgb(152,188,162); }
td.TdClassName
{
border-color: #98BCA2;
}
.TagClassName
{
border-color: #98BCA2;
}
</style>