Shades of Atlantis #96BD49
Tints of Atlantis #96BD49
RGB
CMYK
RGB Variations
Color information
#96BD49 (or 0x96BD49) is known color: Atlantis. HEX triplet: 96, BD and 49. RGB value is (150,189,73). Sum of RGB (Red+Green+Blue) = 150+189+73=412 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.41% from 412); Green value is 189 (74.22% from 255 or 45.87% from 412); Blue value is 73 (28.91% from 255 or 17.72% from 412); Max value from RGB is 189 - color contains mainly: green. Hex color #96BD49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96BD49 is #6942B6. Grayscale: #A4A4A4. Windows color (decimal): -6898359 or 4832662. OLE color: 4832662.
HSL color Cylindrical-coordinate representation of color #96BD49: hue angle of 80.17º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #96BD49 is Cyan = 0.21, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 150 | 189 | 73 | - |
| CMYK | 0.21 | 0 | 0.61 | 0.26 |
| HSL | 80.17º | 0.47% | 0.51% | - |
| HSV(B) | 80.17º | 0.61% | 0.74% | - |
| XYZ | 31.98 | 43.36 | 12.99 | - |
| YUV | 164.12 | 76.58 | 117.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 189 | 73 | 0.21 | 0 | 0.61 | 0.26 | 80.17 | 0.47 | 0.51 |
| Hex | 96 | BD | 49 | 15 | 0 | 3D | 1A | 50 | 2F | 33 |
| Octal | 226 | 275 | 111 | 25 | 0 | 75 | 32 | 120 | 57 | 63 |
| Binary | 10010110 | 10111101 | 1001001 | 10101 | 0 | 111101 | 11010 | 1010000 | 101111 | 110011 |
Color Harmonies of #96BD49
Complementary color
Monochromatic Colors of #96BD49
Black with #96BD49
Text Example
Text Example
White with #96BD49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BD49; }
p { color: rgb(150,189,73); }
H1.HeaderClassName
{
color: #96BD49;
}
.AnyTagClassName
{
color: #96BD49;
}
</style>
background-color css
<style>
a { background-color: #96BD49; }
a { background-color: rgb(150,189,73); }
div.DivClassName
{
background-color: #96BD49;
}
.BgClassName
{
background-color: #96BD49;
}
</style>
border-color css
<style>
span { border-color: #96BD49; }
span { border-color: rgb(150,189,73); }
td.TdClassName
{
border-color: #96BD49;
}
.TagClassName
{
border-color: #96BD49;
}
</style>