Shades of Summer Green #98BCA0
Tints of Summer Green #98BCA0
RGB
CMYK
RGB Variations
Color information
#98BCA0 (or 0x98BCA0) is known color: Summer Green. HEX triplet: 98, BC and A0. RGB value is (152,188,160). Sum of RGB (Red+Green+Blue) = 152+188+160=500 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.4% from 500); Green value is 188 (73.83% from 255 or 37.6% from 500); Blue value is 160 (62.89% from 255 or 32% from 500); Max value from RGB is 188 - color contains mainly: green. Hex color #98BCA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98BCA0 is #67435F. Grayscale: #AEAEAE. Windows color (decimal): -6767456 or 10534040. OLE color: 10534040.
HSL color Cylindrical-coordinate representation of color #98BCA0: hue angle of 133.33º 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 #98BCA0 is Cyan = 0.19, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 152 | 188 | 160 | - |
| CMYK | 0.19 | 0 | 0.15 | 0.26 |
| HSL | 133.33º | 0.21% | 0.67% | - |
| HSV(B) | 133.33º | 0.19% | 0.74% | - |
| XYZ | 37.28 | 45.18 | 40.01 | - |
| YUV | 174.04 | 120.07 | 112.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 188 | 160 | 0.19 | 0 | 0.15 | 0.26 | 133.33 | 0.21 | 0.67 |
| Hex | 98 | BC | A0 | 13 | 0 | F | 1A | 85 | 15 | 43 |
| Octal | 230 | 274 | 240 | 23 | 0 | 17 | 32 | 205 | 25 | 103 |
| Binary | 10011000 | 10111100 | 10100000 | 10011 | 0 | 1111 | 11010 | 10000101 | 10101 | 1000011 |
Color Harmonies of #98BCA0
Complementary color
Monochromatic Colors of #98BCA0
Black with #98BCA0
Text Example
Text Example
White with #98BCA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98BCA0; }
p { color: rgb(152,188,160); }
H1.HeaderClassName
{
color: #98BCA0;
}
.AnyTagClassName
{
color: #98BCA0;
}
</style>
background-color css
<style>
a { background-color: #98BCA0; }
a { background-color: rgb(152,188,160); }
div.DivClassName
{
background-color: #98BCA0;
}
.BgClassName
{
background-color: #98BCA0;
}
</style>
border-color css
<style>
span { border-color: #98BCA0; }
span { border-color: rgb(152,188,160); }
td.TdClassName
{
border-color: #98BCA0;
}
.TagClassName
{
border-color: #98BCA0;
}
</style>