Shades of Atlantis #96BD4B
Tints of Atlantis #96BD4B
RGB
CMYK
RGB Variations
Color information
#96BD4B (or 0x96BD4B) is known color: Atlantis. HEX triplet: 96, BD and 4B. RGB value is (150,189,75). Sum of RGB (Red+Green+Blue) = 150+189+75=414 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.23% from 414); Green value is 189 (74.22% from 255 or 45.65% from 414); Blue value is 75 (29.69% from 255 or 18.12% from 414); Max value from RGB is 189 - color contains mainly: green. Hex color #96BD4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96BD4B is #6942B4. Grayscale: #A4A4A4. Windows color (decimal): -6898357 or 4963734. OLE color: 4963734.
HSL color Cylindrical-coordinate representation of color #96BD4B: hue angle of 80.53º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #96BD4B is Cyan = 0.21, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 150 | 189 | 75 | - |
| CMYK | 0.21 | 0 | 0.60 | 0.26 |
| HSL | 80.53º | 0.46% | 0.52% | - |
| HSV(B) | 80.53º | 0.6% | 0.74% | - |
| XYZ | 32.05 | 43.39 | 13.34 | - |
| YUV | 164.34 | 77.58 | 117.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 189 | 75 | 0.21 | 0 | 0.60 | 0.26 | 80.53 | 0.46 | 0.52 |
| Hex | 96 | BD | 4B | 15 | 0 | 3C | 1A | 51 | 2E | 34 |
| Octal | 226 | 275 | 113 | 25 | 0 | 74 | 32 | 121 | 56 | 64 |
| Binary | 10010110 | 10111101 | 1001011 | 10101 | 0 | 111100 | 11010 | 1010001 | 101110 | 110100 |
Color Harmonies of #96BD4B
Complementary color
Monochromatic Colors of #96BD4B
Black with #96BD4B
Text Example
Text Example
White with #96BD4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BD4B; }
p { color: rgb(150,189,75); }
H1.HeaderClassName
{
color: #96BD4B;
}
.AnyTagClassName
{
color: #96BD4B;
}
</style>
background-color css
<style>
a { background-color: #96BD4B; }
a { background-color: rgb(150,189,75); }
div.DivClassName
{
background-color: #96BD4B;
}
.BgClassName
{
background-color: #96BD4B;
}
</style>
border-color css
<style>
span { border-color: #96BD4B; }
span { border-color: rgb(150,189,75); }
td.TdClassName
{
border-color: #96BD4B;
}
.TagClassName
{
border-color: #96BD4B;
}
</style>