Shades of Summer Green #98BDA2
Tints of Summer Green #98BDA2
RGB
CMYK
RGB Variations
Color information
#98BDA2 (or 0x98BDA2) is known color: Summer Green. HEX triplet: 98, BD and A2. RGB value is (152,189,162). Sum of RGB (Red+Green+Blue) = 152+189+162=503 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.22% from 503); Green value is 189 (74.22% from 255 or 37.57% from 503); Blue value is 162 (63.67% from 255 or 32.21% from 503); Max value from RGB is 189 - color contains mainly: green. Hex color #98BDA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98BDA2 is #67425D. Grayscale: #AEAEAE. Windows color (decimal): -6767198 or 10665368. OLE color: 10665368.
HSL color Cylindrical-coordinate representation of color #98BDA2: hue angle of 136.22º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #98BDA2 is Cyan = 0.20, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 152 | 189 | 162 | - |
| CMYK | 0.20 | 0 | 0.14 | 0.26 |
| HSL | 136.22º | 0.22% | 0.67% | - |
| HSV(B) | 136.22º | 0.2% | 0.74% | - |
| XYZ | 37.67 | 45.68 | 41.01 | - |
| YUV | 174.86 | 120.74 | 111.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 189 | 162 | 0.20 | 0 | 0.14 | 0.26 | 136.22 | 0.22 | 0.67 |
| Hex | 98 | BD | A2 | 14 | 0 | E | 1A | 88 | 16 | 43 |
| Octal | 230 | 275 | 242 | 24 | 0 | 16 | 32 | 210 | 26 | 103 |
| Binary | 10011000 | 10111101 | 10100010 | 10100 | 0 | 1110 | 11010 | 10001000 | 10110 | 1000011 |
Color Harmonies of #98BDA2
Complementary color
Monochromatic Colors of #98BDA2
Black with #98BDA2
Text Example
Text Example
White with #98BDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98BDA2; }
p { color: rgb(152,189,162); }
H1.HeaderClassName
{
color: #98BDA2;
}
.AnyTagClassName
{
color: #98BDA2;
}
</style>
background-color css
<style>
a { background-color: #98BDA2; }
a { background-color: rgb(152,189,162); }
div.DivClassName
{
background-color: #98BDA2;
}
.BgClassName
{
background-color: #98BDA2;
}
</style>
border-color css
<style>
span { border-color: #98BDA2; }
span { border-color: rgb(152,189,162); }
td.TdClassName
{
border-color: #98BDA2;
}
.TagClassName
{
border-color: #98BDA2;
}
</style>