Shades of Atlantis #96B943
Tints of Atlantis #96B943
RGB
CMYK
RGB Variations
Color information
#96B943 (or 0x96B943) is known color: Atlantis. HEX triplet: 96, B9 and 43. RGB value is (150,185,67). Sum of RGB (Red+Green+Blue) = 150+185+67=402 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.31% from 402); Green value is 185 (72.66% from 255 or 46.02% from 402); Blue value is 67 (26.56% from 255 or 16.67% from 402); Max value from RGB is 185 - color contains mainly: green. Hex color #96B943 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96B943 is #6946BC. Grayscale: #A1A1A1. Windows color (decimal): -6899389 or 4438422. OLE color: 4438422.
HSL color Cylindrical-coordinate representation of color #96B943: hue angle of 77.8º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #96B943 is Cyan = 0.19, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 150 | 185 | 67 | - |
| CMYK | 0.19 | 0 | 0.64 | 0.27 |
| HSL | 77.8º | 0.47% | 0.49% | - |
| HSV(B) | 77.8º | 0.64% | 0.73% | - |
| XYZ | 30.94 | 41.59 | 11.71 | - |
| YUV | 161.08 | 74.9 | 120.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 185 | 67 | 0.19 | 0 | 0.64 | 0.27 | 77.8 | 0.47 | 0.49 |
| Hex | 96 | B9 | 43 | 13 | 0 | 40 | 1B | 4E | 2F | 31 |
| Octal | 226 | 271 | 103 | 23 | 0 | 100 | 33 | 116 | 57 | 61 |
| Binary | 10010110 | 10111001 | 1000011 | 10011 | 0 | 1000000 | 11011 | 1001110 | 101111 | 110001 |
Color Harmonies of #96B943
Complementary color
Monochromatic Colors of #96B943
Black with #96B943
Text Example
Text Example
White with #96B943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B943; }
p { color: rgb(150,185,67); }
H1.HeaderClassName
{
color: #96B943;
}
.AnyTagClassName
{
color: #96B943;
}
</style>
background-color css
<style>
a { background-color: #96B943; }
a { background-color: rgb(150,185,67); }
div.DivClassName
{
background-color: #96B943;
}
.BgClassName
{
background-color: #96B943;
}
</style>
border-color css
<style>
span { border-color: #96B943; }
span { border-color: rgb(150,185,67); }
td.TdClassName
{
border-color: #96B943;
}
.TagClassName
{
border-color: #96B943;
}
</style>