Shades of Atlantis #89C341
Tints of Atlantis #89C341
RGB
CMYK
RGB Variations
Color information
#89C341 (or 0x89C341) is known color: Atlantis. HEX triplet: 89, C3 and 41. RGB value is (137,195,65). Sum of RGB (Red+Green+Blue) = 137+195+65=397 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.51% from 397); Green value is 195 (76.56% from 255 or 49.12% from 397); Blue value is 65 (25.78% from 255 or 16.37% from 397); Max value from RGB is 195 - color contains mainly: green. Hex color #89C341 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #89C341 is #763CBE. Grayscale: #A3A3A3. Windows color (decimal): -7748799 or 4309897. OLE color: 4309897.
HSL color Cylindrical-coordinate representation of color #89C341: hue angle of 86.77º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #89C341 is Cyan = 0.30, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 137 | 195 | 65 | - |
| CMYK | 0.30 | 0 | 0.67 | 0.24 |
| HSL | 86.77º | 0.52% | 0.51% | - |
| HSV(B) | 86.77º | 0.67% | 0.76% | - |
| XYZ | 30.79 | 44.73 | 12.01 | - |
| YUV | 162.84 | 72.78 | 109.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 195 | 65 | 0.30 | 0 | 0.67 | 0.24 | 86.77 | 0.52 | 0.51 |
| Hex | 89 | C3 | 41 | 1E | 0 | 43 | 18 | 57 | 34 | 33 |
| Octal | 211 | 303 | 101 | 36 | 0 | 103 | 30 | 127 | 64 | 63 |
| Binary | 10001001 | 11000011 | 1000001 | 11110 | 0 | 1000011 | 11000 | 1010111 | 110100 | 110011 |
Color Harmonies of #89C341
Complementary color
Monochromatic Colors of #89C341
Black with #89C341
Text Example
Text Example
White with #89C341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89C341; }
p { color: rgb(137,195,65); }
H1.HeaderClassName
{
color: #89C341;
}
.AnyTagClassName
{
color: #89C341;
}
</style>
background-color css
<style>
a { background-color: #89C341; }
a { background-color: rgb(137,195,65); }
div.DivClassName
{
background-color: #89C341;
}
.BgClassName
{
background-color: #89C341;
}
</style>
border-color css
<style>
span { border-color: #89C341; }
span { border-color: rgb(137,195,65); }
td.TdClassName
{
border-color: #89C341;
}
.TagClassName
{
border-color: #89C341;
}
</style>