Shades of Atlantis #89BB41
Tints of Atlantis #89BB41
RGB
CMYK
RGB Variations
Color information
#89BB41 (or 0x89BB41) is known color: Atlantis. HEX triplet: 89, BB and 41. RGB value is (137,187,65). Sum of RGB (Red+Green+Blue) = 137+187+65=389 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.22% from 389); Green value is 187 (73.44% from 255 or 48.07% from 389); Blue value is 65 (25.78% from 255 or 16.71% from 389); Max value from RGB is 187 - color contains mainly: green. Hex color #89BB41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #89BB41 is #7644BE. Grayscale: #9E9E9E. Windows color (decimal): -7750847 or 4307849. OLE color: 4307849.
HSL color Cylindrical-coordinate representation of color #89BB41: hue angle of 84.59º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #89BB41 is Cyan = 0.27, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 137 | 187 | 65 | - |
| CMYK | 0.27 | 0 | 0.65 | 0.27 |
| HSL | 84.59º | 0.48% | 0.49% | - |
| HSV(B) | 84.59º | 0.65% | 0.73% | - |
| XYZ | 29.04 | 41.24 | 11.43 | - |
| YUV | 158.14 | 75.44 | 112.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 187 | 65 | 0.27 | 0 | 0.65 | 0.27 | 84.59 | 0.48 | 0.49 |
| Hex | 89 | BB | 41 | 1B | 0 | 41 | 1B | 55 | 30 | 31 |
| Octal | 211 | 273 | 101 | 33 | 0 | 101 | 33 | 125 | 60 | 61 |
| Binary | 10001001 | 10111011 | 1000001 | 11011 | 0 | 1000001 | 11011 | 1010101 | 110000 | 110001 |
Color Harmonies of #89BB41
Complementary color
Monochromatic Colors of #89BB41
Black with #89BB41
Text Example
Text Example
White with #89BB41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89BB41; }
p { color: rgb(137,187,65); }
H1.HeaderClassName
{
color: #89BB41;
}
.AnyTagClassName
{
color: #89BB41;
}
</style>
background-color css
<style>
a { background-color: #89BB41; }
a { background-color: rgb(137,187,65); }
div.DivClassName
{
background-color: #89BB41;
}
.BgClassName
{
background-color: #89BB41;
}
</style>
border-color css
<style>
span { border-color: #89BB41; }
span { border-color: rgb(137,187,65); }
td.TdClassName
{
border-color: #89BB41;
}
.TagClassName
{
border-color: #89BB41;
}
</style>