Shades of Atlantis #89BC41
Tints of Atlantis #89BC41
RGB
CMYK
RGB Variations
Color information
#89BC41 (or 0x89BC41) is known color: Atlantis. HEX triplet: 89, BC and 41. RGB value is (137,188,65). Sum of RGB (Red+Green+Blue) = 137+188+65=390 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.13% from 390); Green value is 188 (73.83% from 255 or 48.21% from 390); Blue value is 65 (25.78% from 255 or 16.67% from 390); Max value from RGB is 188 - color contains mainly: green. Hex color #89BC41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #89BC41 is #7643BE. Grayscale: #9F9F9F. Windows color (decimal): -7750591 or 4308105. OLE color: 4308105.
HSL color Cylindrical-coordinate representation of color #89BC41: hue angle of 84.88º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #89BC41 is Cyan = 0.27, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 137 | 188 | 65 | - |
| CMYK | 0.27 | 0 | 0.65 | 0.26 |
| HSL | 84.88º | 0.49% | 0.5% | - |
| HSV(B) | 84.88º | 0.65% | 0.74% | - |
| XYZ | 29.25 | 41.67 | 11.5 | - |
| YUV | 158.73 | 75.1 | 112.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 188 | 65 | 0.27 | 0 | 0.65 | 0.26 | 84.88 | 0.49 | 0.5 |
| Hex | 89 | BC | 41 | 1B | 0 | 41 | 1A | 55 | 31 | 32 |
| Octal | 211 | 274 | 101 | 33 | 0 | 101 | 32 | 125 | 61 | 62 |
| Binary | 10001001 | 10111100 | 1000001 | 11011 | 0 | 1000001 | 11010 | 1010101 | 110001 | 110010 |
Color Harmonies of #89BC41
Complementary color
Monochromatic Colors of #89BC41
Black with #89BC41
Text Example
Text Example
White with #89BC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89BC41; }
p { color: rgb(137,188,65); }
H1.HeaderClassName
{
color: #89BC41;
}
.AnyTagClassName
{
color: #89BC41;
}
</style>
background-color css
<style>
a { background-color: #89BC41; }
a { background-color: rgb(137,188,65); }
div.DivClassName
{
background-color: #89BC41;
}
.BgClassName
{
background-color: #89BC41;
}
</style>
border-color css
<style>
span { border-color: #89BC41; }
span { border-color: rgb(137,188,65); }
td.TdClassName
{
border-color: #89BC41;
}
.TagClassName
{
border-color: #89BC41;
}
</style>