Shades of Dark Sea Green #98BB92
Tints of Dark Sea Green #98BB92
RGB
CMYK
RGB Variations
Color information
#98BB92 (or 0x98BB92) is known color: Dark Sea Green. HEX triplet: 98, BB and 92. RGB value is (152,187,146). Sum of RGB (Red+Green+Blue) = 152+187+146=485 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.34% from 485); Green value is 187 (73.44% from 255 or 38.56% from 485); Blue value is 146 (57.42% from 255 or 30.10% from 485); Max value from RGB is 187 - color contains mainly: green. Hex color #98BB92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98BB92 is #67446D. Grayscale: #ABABAB. Windows color (decimal): -6767726 or 9616280. OLE color: 9616280.
HSL color Cylindrical-coordinate representation of color #98BB92: hue angle of 111.22º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #98BB92 is Cyan = 0.19, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 152 | 187 | 146 | - |
| CMYK | 0.19 | 0 | 0.22 | 0.27 |
| HSL | 111.22º | 0.23% | 0.65% | - |
| HSV(B) | 111.22º | 0.22% | 0.73% | - |
| XYZ | 35.91 | 44.29 | 33.85 | - |
| YUV | 171.86 | 113.4 | 113.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 187 | 146 | 0.19 | 0 | 0.22 | 0.27 | 111.22 | 0.23 | 0.65 |
| Hex | 98 | BB | 92 | 13 | 0 | 16 | 1B | 6F | 17 | 41 |
| Octal | 230 | 273 | 222 | 23 | 0 | 26 | 33 | 157 | 27 | 101 |
| Binary | 10011000 | 10111011 | 10010010 | 10011 | 0 | 10110 | 11011 | 1101111 | 10111 | 1000001 |
Color Harmonies of #98BB92
Complementary color
Monochromatic Colors of #98BB92
Black with #98BB92
Text Example
Text Example
White with #98BB92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98BB92; }
p { color: rgb(152,187,146); }
H1.HeaderClassName
{
color: #98BB92;
}
.AnyTagClassName
{
color: #98BB92;
}
</style>
background-color css
<style>
a { background-color: #98BB92; }
a { background-color: rgb(152,187,146); }
div.DivClassName
{
background-color: #98BB92;
}
.BgClassName
{
background-color: #98BB92;
}
</style>
border-color css
<style>
span { border-color: #98BB92; }
span { border-color: rgb(152,187,146); }
td.TdClassName
{
border-color: #98BB92;
}
.TagClassName
{
border-color: #98BB92;
}
</style>