Shades of Atlantis #96B845
Tints of Atlantis #96B845
RGB
CMYK
RGB Variations
Color information
#96B845 (or 0x96B845) is known color: Atlantis. HEX triplet: 96, B8 and 45. RGB value is (150,184,69). Sum of RGB (Red+Green+Blue) = 150+184+69=403 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.22% from 403); Green value is 184 (72.27% from 255 or 45.66% from 403); Blue value is 69 (27.34% from 255 or 17.12% from 403); Max value from RGB is 184 - color contains mainly: green. Hex color #96B845 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96B845 is #6947BA. Grayscale: #A1A1A1. Windows color (decimal): -6899643 or 4569238. OLE color: 4569238.
HSL color Cylindrical-coordinate representation of color #96B845: hue angle of 77.74º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #96B845 is Cyan = 0.18, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 150 | 184 | 69 | - |
| CMYK | 0.18 | 0 | 0.62 | 0.28 |
| HSL | 77.74º | 0.45% | 0.5% | - |
| HSV(B) | 77.74º | 0.63% | 0.72% | - |
| XYZ | 30.79 | 41.19 | 11.96 | - |
| YUV | 160.72 | 76.24 | 120.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 184 | 69 | 0.18 | 0 | 0.62 | 0.28 | 77.74 | 0.45 | 0.5 |
| Hex | 96 | B8 | 45 | 12 | 0 | 3E | 1C | 4E | 2D | 32 |
| Octal | 226 | 270 | 105 | 22 | 0 | 76 | 34 | 116 | 55 | 62 |
| Binary | 10010110 | 10111000 | 1000101 | 10010 | 0 | 111110 | 11100 | 1001110 | 101101 | 110010 |
Color Harmonies of #96B845
Complementary color
Monochromatic Colors of #96B845
Black with #96B845
Text Example
Text Example
White with #96B845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B845; }
p { color: rgb(150,184,69); }
H1.HeaderClassName
{
color: #96B845;
}
.AnyTagClassName
{
color: #96B845;
}
</style>
background-color css
<style>
a { background-color: #96B845; }
a { background-color: rgb(150,184,69); }
div.DivClassName
{
background-color: #96B845;
}
.BgClassName
{
background-color: #96B845;
}
</style>
border-color css
<style>
span { border-color: #96B845; }
span { border-color: rgb(150,184,69); }
td.TdClassName
{
border-color: #96B845;
}
.TagClassName
{
border-color: #96B845;
}
</style>