Shades of Dark Sea Green #89BF85
Tints of Dark Sea Green #89BF85
RGB
CMYK
RGB Variations
Color information
#89BF85 (or 0x89BF85) is known color: Dark Sea Green. HEX triplet: 89, BF and 85. RGB value is (137,191,133). Sum of RGB (Red+Green+Blue) = 137+191+133=461 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.72% from 461); Green value is 191 (75% from 255 or 41.43% from 461); Blue value is 133 (52.34% from 255 or 28.85% from 461); Max value from RGB is 191 - color contains mainly: green. Hex color #89BF85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89BF85 is #76407A. Grayscale: #A8A8A8. Windows color (decimal): -7749755 or 8765321. OLE color: 8765321.
HSL color Cylindrical-coordinate representation of color #89BF85: hue angle of 115.86º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #89BF85 is Cyan = 0.28, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 137 | 191 | 133 | - |
| CMYK | 0.28 | 0 | 0.30 | 0.25 |
| HSL | 115.86º | 0.31% | 0.64% | - |
| HSV(B) | 115.86º | 0.3% | 0.75% | - |
| XYZ | 33.18 | 44.27 | 28.99 | - |
| YUV | 168.24 | 108.11 | 105.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 191 | 133 | 0.28 | 0 | 0.30 | 0.25 | 115.86 | 0.31 | 0.64 |
| Hex | 89 | BF | 85 | 1C | 0 | 1E | 19 | 74 | 1F | 40 |
| Octal | 211 | 277 | 205 | 34 | 0 | 36 | 31 | 164 | 37 | 100 |
| Binary | 10001001 | 10111111 | 10000101 | 11100 | 0 | 11110 | 11001 | 1110100 | 11111 | 1000000 |
Color Harmonies of #89BF85
Complementary color
Monochromatic Colors of #89BF85
Black with #89BF85
Text Example
Text Example
White with #89BF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89BF85; }
p { color: rgb(137,191,133); }
H1.HeaderClassName
{
color: #89BF85;
}
.AnyTagClassName
{
color: #89BF85;
}
</style>
background-color css
<style>
a { background-color: #89BF85; }
a { background-color: rgb(137,191,133); }
div.DivClassName
{
background-color: #89BF85;
}
.BgClassName
{
background-color: #89BF85;
}
</style>
border-color css
<style>
span { border-color: #89BF85; }
span { border-color: rgb(137,191,133); }
td.TdClassName
{
border-color: #89BF85;
}
.TagClassName
{
border-color: #89BF85;
}
</style>