Shades of Atlantis #96BC46
Tints of Atlantis #96BC46
RGB
CMYK
RGB Variations
Color information
#96BC46 (or 0x96BC46) is known color: Atlantis. HEX triplet: 96, BC and 46. RGB value is (150,188,70). Sum of RGB (Red+Green+Blue) = 150+188+70=408 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.76% from 408); Green value is 188 (73.83% from 255 or 46.08% from 408); Blue value is 70 (27.73% from 255 or 17.16% from 408); Max value from RGB is 188 - color contains mainly: green. Hex color #96BC46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96BC46 is #6943B9. Grayscale: #A3A3A3. Windows color (decimal): -6898618 or 4635798. OLE color: 4635798.
HSL color Cylindrical-coordinate representation of color #96BC46: hue angle of 79.32º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #96BC46 is Cyan = 0.20, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 150 | 188 | 70 | - |
| CMYK | 0.20 | 0 | 0.63 | 0.26 |
| HSL | 79.32º | 0.47% | 0.51% | - |
| HSV(B) | 79.32º | 0.63% | 0.74% | - |
| XYZ | 31.67 | 42.89 | 12.4 | - |
| YUV | 163.19 | 75.41 | 118.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 188 | 70 | 0.20 | 0 | 0.63 | 0.26 | 79.32 | 0.47 | 0.51 |
| Hex | 96 | BC | 46 | 14 | 0 | 3F | 1A | 4F | 2F | 33 |
| Octal | 226 | 274 | 106 | 24 | 0 | 77 | 32 | 117 | 57 | 63 |
| Binary | 10010110 | 10111100 | 1000110 | 10100 | 0 | 111111 | 11010 | 1001111 | 101111 | 110011 |
Color Harmonies of #96BC46
Complementary color
Monochromatic Colors of #96BC46
Black with #96BC46
Text Example
Text Example
White with #96BC46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BC46; }
p { color: rgb(150,188,70); }
H1.HeaderClassName
{
color: #96BC46;
}
.AnyTagClassName
{
color: #96BC46;
}
</style>
background-color css
<style>
a { background-color: #96BC46; }
a { background-color: rgb(150,188,70); }
div.DivClassName
{
background-color: #96BC46;
}
.BgClassName
{
background-color: #96BC46;
}
</style>
border-color css
<style>
span { border-color: #96BC46; }
span { border-color: rgb(150,188,70); }
td.TdClassName
{
border-color: #96BC46;
}
.TagClassName
{
border-color: #96BC46;
}
</style>