Shades of Atlantis #96B747
Tints of Atlantis #96B747
RGB
CMYK
RGB Variations
Color information
#96B747 (or 0x96B747) is known color: Atlantis. HEX triplet: 96, B7 and 47. RGB value is (150,183,71). Sum of RGB (Red+Green+Blue) = 150+183+71=404 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.13% from 404); Green value is 183 (71.88% from 255 or 45.30% from 404); Blue value is 71 (28.12% from 255 or 17.57% from 404); Max value from RGB is 183 - color contains mainly: green. Hex color #96B747 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96B747 is #6948B8. Grayscale: #A0A0A0. Windows color (decimal): -6899897 or 4700054. OLE color: 4700054.
HSL color Cylindrical-coordinate representation of color #96B747: hue angle of 77.68º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #96B747 is Cyan = 0.18, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 150 | 183 | 71 | - |
| CMYK | 0.18 | 0 | 0.61 | 0.28 |
| HSL | 77.68º | 0.44% | 0.5% | - |
| HSV(B) | 77.68º | 0.61% | 0.72% | - |
| XYZ | 30.65 | 40.81 | 12.22 | - |
| YUV | 160.37 | 77.57 | 120.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 183 | 71 | 0.18 | 0 | 0.61 | 0.28 | 77.68 | 0.44 | 0.5 |
| Hex | 96 | B7 | 47 | 12 | 0 | 3D | 1C | 4E | 2C | 32 |
| Octal | 226 | 267 | 107 | 22 | 0 | 75 | 34 | 116 | 54 | 62 |
| Binary | 10010110 | 10110111 | 1000111 | 10010 | 0 | 111101 | 11100 | 1001110 | 101100 | 110010 |
Color Harmonies of #96B747
Complementary color
Monochromatic Colors of #96B747
Black with #96B747
Text Example
Text Example
White with #96B747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B747; }
p { color: rgb(150,183,71); }
H1.HeaderClassName
{
color: #96B747;
}
.AnyTagClassName
{
color: #96B747;
}
</style>
background-color css
<style>
a { background-color: #96B747; }
a { background-color: rgb(150,183,71); }
div.DivClassName
{
background-color: #96B747;
}
.BgClassName
{
background-color: #96B747;
}
</style>
border-color css
<style>
span { border-color: #96B747; }
span { border-color: rgb(150,183,71); }
td.TdClassName
{
border-color: #96B747;
}
.TagClassName
{
border-color: #96B747;
}
</style>