Shades of Atlantis #97BA46
Tints of Atlantis #97BA46
RGB
CMYK
RGB Variations
Color information
#97BA46 (or 0x97BA46) is known color: Atlantis. HEX triplet: 97, BA and 46. RGB value is (151,186,70). Sum of RGB (Red+Green+Blue) = 151+186+70=407 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.10% from 407); Green value is 186 (73.05% from 255 or 45.70% from 407); Blue value is 70 (27.73% from 255 or 17.20% from 407); Max value from RGB is 186 - color contains mainly: green. Hex color #97BA46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97BA46 is #6845B9. Grayscale: #A2A2A2. Windows color (decimal): -6833594 or 4635287. OLE color: 4635287.
HSL color Cylindrical-coordinate representation of color #97BA46: hue angle of 78.1º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #97BA46 is Cyan = 0.19, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 151 | 186 | 70 | - |
| CMYK | 0.19 | 0 | 0.62 | 0.27 |
| HSL | 78.1º | 0.46% | 0.5% | - |
| HSV(B) | 78.1º | 0.62% | 0.73% | - |
| XYZ | 31.43 | 42.14 | 12.27 | - |
| YUV | 162.31 | 75.9 | 119.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 186 | 70 | 0.19 | 0 | 0.62 | 0.27 | 78.1 | 0.46 | 0.5 |
| Hex | 97 | BA | 46 | 13 | 0 | 3E | 1B | 4E | 2E | 32 |
| Octal | 227 | 272 | 106 | 23 | 0 | 76 | 33 | 116 | 56 | 62 |
| Binary | 10010111 | 10111010 | 1000110 | 10011 | 0 | 111110 | 11011 | 1001110 | 101110 | 110010 |
Color Harmonies of #97BA46
Complementary color
Monochromatic Colors of #97BA46
Black with #97BA46
Text Example
Text Example
White with #97BA46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97BA46; }
p { color: rgb(151,186,70); }
H1.HeaderClassName
{
color: #97BA46;
}
.AnyTagClassName
{
color: #97BA46;
}
</style>
background-color css
<style>
a { background-color: #97BA46; }
a { background-color: rgb(151,186,70); }
div.DivClassName
{
background-color: #97BA46;
}
.BgClassName
{
background-color: #97BA46;
}
</style>
border-color css
<style>
span { border-color: #97BA46; }
span { border-color: rgb(151,186,70); }
td.TdClassName
{
border-color: #97BA46;
}
.TagClassName
{
border-color: #97BA46;
}
</style>