Shades of Atlantis #89BF45
Tints of Atlantis #89BF45
RGB
CMYK
RGB Variations
Color information
#89BF45 (or 0x89BF45) is known color: Atlantis. HEX triplet: 89, BF and 45. RGB value is (137,191,69). Sum of RGB (Red+Green+Blue) = 137+191+69=397 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.51% from 397); Green value is 191 (75% from 255 or 48.11% from 397); Blue value is 69 (27.34% from 255 or 17.38% from 397); Max value from RGB is 191 - color contains mainly: green. Hex color #89BF45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #89BF45 is #7640BA. Grayscale: #A1A1A1. Windows color (decimal): -7749819 or 4571017. OLE color: 4571017.
HSL color Cylindrical-coordinate representation of color #89BF45: hue angle of 86.56º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #89BF45 is Cyan = 0.28, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 137 | 191 | 69 | - |
| CMYK | 0.28 | 0 | 0.64 | 0.25 |
| HSL | 86.56º | 0.49% | 0.51% | - |
| HSV(B) | 86.56º | 0.64% | 0.75% | - |
| XYZ | 30.02 | 43.01 | 12.35 | - |
| YUV | 160.95 | 76.11 | 110.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 191 | 69 | 0.28 | 0 | 0.64 | 0.25 | 86.56 | 0.49 | 0.51 |
| Hex | 89 | BF | 45 | 1C | 0 | 40 | 19 | 57 | 31 | 33 |
| Octal | 211 | 277 | 105 | 34 | 0 | 100 | 31 | 127 | 61 | 63 |
| Binary | 10001001 | 10111111 | 1000101 | 11100 | 0 | 1000000 | 11001 | 1010111 | 110001 | 110011 |
Color Harmonies of #89BF45
Complementary color
Monochromatic Colors of #89BF45
Black with #89BF45
Text Example
Text Example
White with #89BF45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89BF45; }
p { color: rgb(137,191,69); }
H1.HeaderClassName
{
color: #89BF45;
}
.AnyTagClassName
{
color: #89BF45;
}
</style>
background-color css
<style>
a { background-color: #89BF45; }
a { background-color: rgb(137,191,69); }
div.DivClassName
{
background-color: #89BF45;
}
.BgClassName
{
background-color: #89BF45;
}
</style>
border-color css
<style>
span { border-color: #89BF45; }
span { border-color: rgb(137,191,69); }
td.TdClassName
{
border-color: #89BF45;
}
.TagClassName
{
border-color: #89BF45;
}
</style>