Shades of Atlantis #89BE3F
Tints of Atlantis #89BE3F
RGB
CMYK
RGB Variations
Color information
#89BE3F (or 0x89BE3F) is known color: Atlantis. HEX triplet: 89, BE and 3F. RGB value is (137,190,63). Sum of RGB (Red+Green+Blue) = 137+190+63=390 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.13% from 390); Green value is 190 (74.61% from 255 or 48.72% from 390); Blue value is 63 (25% from 255 or 16.15% from 390); Max value from RGB is 190 - color contains mainly: green. Hex color #89BE3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #89BE3F is #7641C0. Grayscale: #A0A0A0. Windows color (decimal): -7750081 or 4177545. OLE color: 4177545.
HSL color Cylindrical-coordinate representation of color #89BE3F: hue angle of 85.04º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #89BE3F is Cyan = 0.28, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 137 | 190 | 63 | - |
| CMYK | 0.28 | 0 | 0.67 | 0.25 |
| HSL | 85.04º | 0.5% | 0.5% | - |
| HSV(B) | 85.04º | 0.67% | 0.75% | - |
| XYZ | 29.63 | 42.5 | 11.35 | - |
| YUV | 159.68 | 73.44 | 111.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 190 | 63 | 0.28 | 0 | 0.67 | 0.25 | 85.04 | 0.5 | 0.5 |
| Hex | 89 | BE | 3F | 1C | 0 | 43 | 19 | 55 | 32 | 32 |
| Octal | 211 | 276 | 77 | 34 | 0 | 103 | 31 | 125 | 62 | 62 |
| Binary | 10001001 | 10111110 | 111111 | 11100 | 0 | 1000011 | 11001 | 1010101 | 110010 | 110010 |
Color Harmonies of #89BE3F
Complementary color
Monochromatic Colors of #89BE3F
Black with #89BE3F
Text Example
Text Example
White with #89BE3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89BE3F; }
p { color: rgb(137,190,63); }
H1.HeaderClassName
{
color: #89BE3F;
}
.AnyTagClassName
{
color: #89BE3F;
}
</style>
background-color css
<style>
a { background-color: #89BE3F; }
a { background-color: rgb(137,190,63); }
div.DivClassName
{
background-color: #89BE3F;
}
.BgClassName
{
background-color: #89BE3F;
}
</style>
border-color css
<style>
span { border-color: #89BE3F; }
span { border-color: rgb(137,190,63); }
td.TdClassName
{
border-color: #89BE3F;
}
.TagClassName
{
border-color: #89BE3F;
}
</style>