Shades of Atlantis #96BC43
Tints of Atlantis #96BC43
RGB
CMYK
RGB Variations
Color information
#96BC43 (or 0x96BC43) is known color: Atlantis. HEX triplet: 96, BC and 43. RGB value is (150,188,67). Sum of RGB (Red+Green+Blue) = 150+188+67=405 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.04% from 405); Green value is 188 (73.83% from 255 or 46.42% from 405); Blue value is 67 (26.56% from 255 or 16.54% from 405); Max value from RGB is 188 - color contains mainly: green. Hex color #96BC43 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96BC43 is #6943BC. Grayscale: #A3A3A3. Windows color (decimal): -6898621 or 4439190. OLE color: 4439190.
HSL color Cylindrical-coordinate representation of color #96BC43: hue angle of 78.84º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #96BC43 is Cyan = 0.20, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 150 | 188 | 67 | - |
| CMYK | 0.20 | 0 | 0.64 | 0.26 |
| HSL | 78.84º | 0.47% | 0.5% | - |
| HSV(B) | 78.84º | 0.64% | 0.74% | - |
| XYZ | 31.57 | 42.86 | 11.92 | - |
| YUV | 162.84 | 73.91 | 118.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 188 | 67 | 0.20 | 0 | 0.64 | 0.26 | 78.84 | 0.47 | 0.5 |
| Hex | 96 | BC | 43 | 14 | 0 | 40 | 1A | 4F | 2F | 32 |
| Octal | 226 | 274 | 103 | 24 | 0 | 100 | 32 | 117 | 57 | 62 |
| Binary | 10010110 | 10111100 | 1000011 | 10100 | 0 | 1000000 | 11010 | 1001111 | 101111 | 110010 |
Color Harmonies of #96BC43
Complementary color
Monochromatic Colors of #96BC43
Black with #96BC43
Text Example
Text Example
White with #96BC43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BC43; }
p { color: rgb(150,188,67); }
H1.HeaderClassName
{
color: #96BC43;
}
.AnyTagClassName
{
color: #96BC43;
}
</style>
background-color css
<style>
a { background-color: #96BC43; }
a { background-color: rgb(150,188,67); }
div.DivClassName
{
background-color: #96BC43;
}
.BgClassName
{
background-color: #96BC43;
}
</style>
border-color css
<style>
span { border-color: #96BC43; }
span { border-color: rgb(150,188,67); }
td.TdClassName
{
border-color: #96BC43;
}
.TagClassName
{
border-color: #96BC43;
}
</style>