Shades of Atlantis #89BD41
Tints of Atlantis #89BD41
RGB
CMYK
RGB Variations
Color information
#89BD41 (or 0x89BD41) is known color: Atlantis. HEX triplet: 89, BD and 41. RGB value is (137,189,65). Sum of RGB (Red+Green+Blue) = 137+189+65=391 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.04% from 391); Green value is 189 (74.22% from 255 or 48.34% from 391); Blue value is 65 (25.78% from 255 or 16.62% from 391); Max value from RGB is 189 - color contains mainly: green. Hex color #89BD41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #89BD41 is #7642BE. Grayscale: #9F9F9F. Windows color (decimal): -7750335 or 4308361. OLE color: 4308361.
HSL color Cylindrical-coordinate representation of color #89BD41: hue angle of 85.16º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #89BD41 is Cyan = 0.28, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 137 | 189 | 65 | - |
| CMYK | 0.28 | 0 | 0.66 | 0.26 |
| HSL | 85.16º | 0.49% | 0.5% | - |
| HSV(B) | 85.16º | 0.66% | 0.74% | - |
| XYZ | 29.47 | 42.1 | 11.57 | - |
| YUV | 159.32 | 74.77 | 112.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 189 | 65 | 0.28 | 0 | 0.66 | 0.26 | 85.16 | 0.49 | 0.5 |
| Hex | 89 | BD | 41 | 1C | 0 | 42 | 1A | 55 | 31 | 32 |
| Octal | 211 | 275 | 101 | 34 | 0 | 102 | 32 | 125 | 61 | 62 |
| Binary | 10001001 | 10111101 | 1000001 | 11100 | 0 | 1000010 | 11010 | 1010101 | 110001 | 110010 |
Color Harmonies of #89BD41
Complementary color
Monochromatic Colors of #89BD41
Black with #89BD41
Text Example
Text Example
White with #89BD41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89BD41; }
p { color: rgb(137,189,65); }
H1.HeaderClassName
{
color: #89BD41;
}
.AnyTagClassName
{
color: #89BD41;
}
</style>
background-color css
<style>
a { background-color: #89BD41; }
a { background-color: rgb(137,189,65); }
div.DivClassName
{
background-color: #89BD41;
}
.BgClassName
{
background-color: #89BD41;
}
</style>
border-color css
<style>
span { border-color: #89BD41; }
span { border-color: rgb(137,189,65); }
td.TdClassName
{
border-color: #89BD41;
}
.TagClassName
{
border-color: #89BD41;
}
</style>