Shades of Summer Green #98BDA5
Tints of Summer Green #98BDA5
RGB
CMYK
RGB Variations
Color information
#98BDA5 (or 0x98BDA5) is known color: Summer Green. HEX triplet: 98, BD and A5. RGB value is (152,189,165). Sum of RGB (Red+Green+Blue) = 152+189+165=506 (67% of max value = 765). Red value is 152 (59.77% from 255 or 30.04% from 506); Green value is 189 (74.22% from 255 or 37.35% from 506); Blue value is 165 (64.84% from 255 or 32.61% from 506); Max value from RGB is 189 - color contains mainly: green. Hex color #98BDA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98BDA5 is #67425A. Grayscale: #AFAFAF. Windows color (decimal): -6767195 or 10861976. OLE color: 10861976.
HSL color Cylindrical-coordinate representation of color #98BDA5: hue angle of 141.08º 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 #98BDA5 is Cyan = 0.20, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 152 | 189 | 165 | - |
| CMYK | 0.20 | 0 | 0.13 | 0.26 |
| HSL | 141.08º | 0.22% | 0.67% | - |
| HSV(B) | 141.08º | 0.2% | 0.74% | - |
| XYZ | 37.94 | 45.79 | 42.44 | - |
| YUV | 175.2 | 122.24 | 111.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 189 | 165 | 0.20 | 0 | 0.13 | 0.26 | 141.08 | 0.22 | 0.67 |
| Hex | 98 | BD | A5 | 14 | 0 | D | 1A | 8D | 16 | 43 |
| Octal | 230 | 275 | 245 | 24 | 0 | 15 | 32 | 215 | 26 | 103 |
| Binary | 10011000 | 10111101 | 10100101 | 10100 | 0 | 1101 | 11010 | 10001101 | 10110 | 1000011 |
Color Harmonies of #98BDA5
Complementary color
Monochromatic Colors of #98BDA5
Black with #98BDA5
Text Example
Text Example
White with #98BDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98BDA5; }
p { color: rgb(152,189,165); }
H1.HeaderClassName
{
color: #98BDA5;
}
.AnyTagClassName
{
color: #98BDA5;
}
</style>
background-color css
<style>
a { background-color: #98BDA5; }
a { background-color: rgb(152,189,165); }
div.DivClassName
{
background-color: #98BDA5;
}
.BgClassName
{
background-color: #98BDA5;
}
</style>
border-color css
<style>
span { border-color: #98BDA5; }
span { border-color: rgb(152,189,165); }
td.TdClassName
{
border-color: #98BDA5;
}
.TagClassName
{
border-color: #98BDA5;
}
</style>