Shades of Atlantis #89BF3F
Tints of Atlantis #89BF3F
RGB
CMYK
RGB Variations
Color information
#89BF3F (or 0x89BF3F) is known color: Atlantis. HEX triplet: 89, BF and 3F. RGB value is (137,191,63). Sum of RGB (Red+Green+Blue) = 137+191+63=391 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.04% from 391); Green value is 191 (75% from 255 or 48.85% from 391); Blue value is 63 (25% from 255 or 16.11% from 391); Max value from RGB is 191 - color contains mainly: green. Hex color #89BF3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #89BF3F is #7640C0. Grayscale: #A0A0A0. Windows color (decimal): -7749825 or 4177801. OLE color: 4177801.
HSL color Cylindrical-coordinate representation of color #89BF3F: hue angle of 85.31º 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 #89BF3F is Cyan = 0.28, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 137 | 191 | 63 | - |
| CMYK | 0.28 | 0 | 0.67 | 0.25 |
| HSL | 85.31º | 0.5% | 0.5% | - |
| HSV(B) | 85.31º | 0.67% | 0.75% | - |
| XYZ | 29.84 | 42.94 | 11.42 | - |
| YUV | 160.26 | 73.11 | 111.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 191 | 63 | 0.28 | 0 | 0.67 | 0.25 | 85.31 | 0.5 | 0.5 |
| Hex | 89 | BF | 3F | 1C | 0 | 43 | 19 | 55 | 32 | 32 |
| Octal | 211 | 277 | 77 | 34 | 0 | 103 | 31 | 125 | 62 | 62 |
| Binary | 10001001 | 10111111 | 111111 | 11100 | 0 | 1000011 | 11001 | 1010101 | 110010 | 110010 |
Color Harmonies of #89BF3F
Complementary color
Monochromatic Colors of #89BF3F
Black with #89BF3F
Text Example
Text Example
White with #89BF3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89BF3F; }
p { color: rgb(137,191,63); }
H1.HeaderClassName
{
color: #89BF3F;
}
.AnyTagClassName
{
color: #89BF3F;
}
</style>
background-color css
<style>
a { background-color: #89BF3F; }
a { background-color: rgb(137,191,63); }
div.DivClassName
{
background-color: #89BF3F;
}
.BgClassName
{
background-color: #89BF3F;
}
</style>
border-color css
<style>
span { border-color: #89BF3F; }
span { border-color: rgb(137,191,63); }
td.TdClassName
{
border-color: #89BF3F;
}
.TagClassName
{
border-color: #89BF3F;
}
</style>