Shades of Atlantis #96BA46
Tints of Atlantis #96BA46
RGB
CMYK
RGB Variations
Color information
#96BA46 (or 0x96BA46) is known color: Atlantis. HEX triplet: 96, BA and 46. RGB value is (150,186,70). Sum of RGB (Red+Green+Blue) = 150+186+70=406 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.95% from 406); Green value is 186 (73.05% from 255 or 45.81% from 406); Blue value is 70 (27.73% from 255 or 17.24% from 406); Max value from RGB is 186 - color contains mainly: green. Hex color #96BA46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96BA46 is #6945B9. Grayscale: #A2A2A2. Windows color (decimal): -6899130 or 4635286. OLE color: 4635286.
HSL color Cylindrical-coordinate representation of color #96BA46: hue angle of 78.62º 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 #96BA46 is Cyan = 0.19, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 150 | 186 | 70 | - |
| CMYK | 0.19 | 0 | 0.62 | 0.27 |
| HSL | 78.62º | 0.46% | 0.5% | - |
| HSV(B) | 78.62º | 0.62% | 0.73% | - |
| XYZ | 31.24 | 42.04 | 12.26 | - |
| YUV | 162.01 | 76.07 | 119.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 186 | 70 | 0.19 | 0 | 0.62 | 0.27 | 78.62 | 0.46 | 0.5 |
| Hex | 96 | BA | 46 | 13 | 0 | 3E | 1B | 4F | 2E | 32 |
| Octal | 226 | 272 | 106 | 23 | 0 | 76 | 33 | 117 | 56 | 62 |
| Binary | 10010110 | 10111010 | 1000110 | 10011 | 0 | 111110 | 11011 | 1001111 | 101110 | 110010 |
Color Harmonies of #96BA46
Complementary color
Monochromatic Colors of #96BA46
Black with #96BA46
Text Example
Text Example
White with #96BA46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BA46; }
p { color: rgb(150,186,70); }
H1.HeaderClassName
{
color: #96BA46;
}
.AnyTagClassName
{
color: #96BA46;
}
</style>
background-color css
<style>
a { background-color: #96BA46; }
a { background-color: rgb(150,186,70); }
div.DivClassName
{
background-color: #96BA46;
}
.BgClassName
{
background-color: #96BA46;
}
</style>
border-color css
<style>
span { border-color: #96BA46; }
span { border-color: rgb(150,186,70); }
td.TdClassName
{
border-color: #96BA46;
}
.TagClassName
{
border-color: #96BA46;
}
</style>