Shades of Atlantis #96B743
Tints of Atlantis #96B743
RGB
CMYK
RGB Variations
Color information
#96B743 (or 0x96B743) is known color: Atlantis. HEX triplet: 96, B7 and 43. RGB value is (150,183,67). Sum of RGB (Red+Green+Blue) = 150+183+67=400 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.5% from 400); Green value is 183 (71.88% from 255 or 45.75% from 400); Blue value is 67 (26.56% from 255 or 16.75% from 400); Max value from RGB is 183 - color contains mainly: green. Hex color #96B743 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96B743 is #6948BC. Grayscale: #A0A0A0. Windows color (decimal): -6899901 or 4437910. OLE color: 4437910.
HSL color Cylindrical-coordinate representation of color #96B743: hue angle of 77.07º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #96B743 is Cyan = 0.18, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 150 | 183 | 67 | - |
| CMYK | 0.18 | 0 | 0.63 | 0.28 |
| HSL | 77.07º | 0.46% | 0.49% | - |
| HSV(B) | 77.07º | 0.63% | 0.72% | - |
| XYZ | 30.52 | 40.76 | 11.57 | - |
| YUV | 159.91 | 75.57 | 120.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 183 | 67 | 0.18 | 0 | 0.63 | 0.28 | 77.07 | 0.46 | 0.49 |
| Hex | 96 | B7 | 43 | 12 | 0 | 3F | 1C | 4D | 2E | 31 |
| Octal | 226 | 267 | 103 | 22 | 0 | 77 | 34 | 115 | 56 | 61 |
| Binary | 10010110 | 10110111 | 1000011 | 10010 | 0 | 111111 | 11100 | 1001101 | 101110 | 110001 |
Color Harmonies of #96B743
Complementary color
Monochromatic Colors of #96B743
Black with #96B743
Text Example
Text Example
White with #96B743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B743; }
p { color: rgb(150,183,67); }
H1.HeaderClassName
{
color: #96B743;
}
.AnyTagClassName
{
color: #96B743;
}
</style>
background-color css
<style>
a { background-color: #96B743; }
a { background-color: rgb(150,183,67); }
div.DivClassName
{
background-color: #96B743;
}
.BgClassName
{
background-color: #96B743;
}
</style>
border-color css
<style>
span { border-color: #96B743; }
span { border-color: rgb(150,183,67); }
td.TdClassName
{
border-color: #96B743;
}
.TagClassName
{
border-color: #96B743;
}
</style>