Shades of Atlantis #96BA4B
Tints of Atlantis #96BA4B
RGB
CMYK
RGB Variations
Color information
#96BA4B (or 0x96BA4B) is known color: Atlantis. HEX triplet: 96, BA and 4B. RGB value is (150,186,75). Sum of RGB (Red+Green+Blue) = 150+186+75=411 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.50% from 411); Green value is 186 (73.05% from 255 or 45.26% from 411); Blue value is 75 (29.69% from 255 or 18.25% from 411); Max value from RGB is 186 - color contains mainly: green. Hex color #96BA4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96BA4B is #6945B4. Grayscale: #A2A2A2. Windows color (decimal): -6899125 or 4962966. OLE color: 4962966.
HSL color Cylindrical-coordinate representation of color #96BA4B: hue angle of 79.46º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #96BA4B is Cyan = 0.19, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 150 | 186 | 75 | - |
| CMYK | 0.19 | 0 | 0.60 | 0.27 |
| HSL | 79.46º | 0.45% | 0.51% | - |
| HSV(B) | 79.46º | 0.6% | 0.73% | - |
| XYZ | 31.41 | 42.11 | 13.13 | - |
| YUV | 162.58 | 78.57 | 119.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 186 | 75 | 0.19 | 0 | 0.60 | 0.27 | 79.46 | 0.45 | 0.51 |
| Hex | 96 | BA | 4B | 13 | 0 | 3C | 1B | 4F | 2D | 33 |
| Octal | 226 | 272 | 113 | 23 | 0 | 74 | 33 | 117 | 55 | 63 |
| Binary | 10010110 | 10111010 | 1001011 | 10011 | 0 | 111100 | 11011 | 1001111 | 101101 | 110011 |
Color Harmonies of #96BA4B
Complementary color
Monochromatic Colors of #96BA4B
Black with #96BA4B
Text Example
Text Example
White with #96BA4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BA4B; }
p { color: rgb(150,186,75); }
H1.HeaderClassName
{
color: #96BA4B;
}
.AnyTagClassName
{
color: #96BA4B;
}
</style>
background-color css
<style>
a { background-color: #96BA4B; }
a { background-color: rgb(150,186,75); }
div.DivClassName
{
background-color: #96BA4B;
}
.BgClassName
{
background-color: #96BA4B;
}
</style>
border-color css
<style>
span { border-color: #96BA4B; }
span { border-color: rgb(150,186,75); }
td.TdClassName
{
border-color: #96BA4B;
}
.TagClassName
{
border-color: #96BA4B;
}
</style>