Shades of Atlantis #89BF42
Tints of Atlantis #89BF42
RGB
CMYK
RGB Variations
Color information
#89BF42 (or 0x89BF42) is known color: Atlantis. HEX triplet: 89, BF and 42. RGB value is (137,191,66). Sum of RGB (Red+Green+Blue) = 137+191+66=394 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.77% from 394); Green value is 191 (75% from 255 or 48.48% from 394); Blue value is 66 (26.17% from 255 or 16.75% from 394); Max value from RGB is 191 - color contains mainly: green. Hex color #89BF42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #89BF42 is #7640BD. Grayscale: #A1A1A1. Windows color (decimal): -7749822 or 4374409. OLE color: 4374409.
HSL color Cylindrical-coordinate representation of color #89BF42: hue angle of 85.92º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #89BF42 is Cyan = 0.28, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 137 | 191 | 66 | - |
| CMYK | 0.28 | 0 | 0.65 | 0.25 |
| HSL | 85.92º | 0.49% | 0.5% | - |
| HSV(B) | 85.92º | 0.65% | 0.75% | - |
| XYZ | 29.93 | 42.97 | 11.87 | - |
| YUV | 160.6 | 74.61 | 111.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 191 | 66 | 0.28 | 0 | 0.65 | 0.25 | 85.92 | 0.49 | 0.5 |
| Hex | 89 | BF | 42 | 1C | 0 | 41 | 19 | 56 | 31 | 32 |
| Octal | 211 | 277 | 102 | 34 | 0 | 101 | 31 | 126 | 61 | 62 |
| Binary | 10001001 | 10111111 | 1000010 | 11100 | 0 | 1000001 | 11001 | 1010110 | 110001 | 110010 |
Color Harmonies of #89BF42
Complementary color
Monochromatic Colors of #89BF42
Black with #89BF42
Text Example
Text Example
White with #89BF42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89BF42; }
p { color: rgb(137,191,66); }
H1.HeaderClassName
{
color: #89BF42;
}
.AnyTagClassName
{
color: #89BF42;
}
</style>
background-color css
<style>
a { background-color: #89BF42; }
a { background-color: rgb(137,191,66); }
div.DivClassName
{
background-color: #89BF42;
}
.BgClassName
{
background-color: #89BF42;
}
</style>
border-color css
<style>
span { border-color: #89BF42; }
span { border-color: rgb(137,191,66); }
td.TdClassName
{
border-color: #89BF42;
}
.TagClassName
{
border-color: #89BF42;
}
</style>