Shades of Atlantis #96B641
Tints of Atlantis #96B641
RGB
CMYK
RGB Variations
Color information
#96B641 (or 0x96B641) is known color: Atlantis. HEX triplet: 96, B6 and 41. RGB value is (150,182,65). Sum of RGB (Red+Green+Blue) = 150+182+65=397 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.78% from 397); Green value is 182 (71.48% from 255 or 45.84% from 397); Blue value is 65 (25.78% from 255 or 16.37% from 397); Max value from RGB is 182 - color contains mainly: green. Hex color #96B641 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96B641 is #6949BE. Grayscale: #9F9F9F. Windows color (decimal): -6900159 or 4306582. OLE color: 4306582.
HSL color Cylindrical-coordinate representation of color #96B641: hue angle of 76.41º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #96B641 is Cyan = 0.18, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 150 | 182 | 65 | - |
| CMYK | 0.18 | 0 | 0.64 | 0.29 |
| HSL | 76.41º | 0.47% | 0.48% | - |
| HSV(B) | 76.41º | 0.64% | 0.71% | - |
| XYZ | 30.26 | 40.32 | 11.19 | - |
| YUV | 159.09 | 74.9 | 121.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 182 | 65 | 0.18 | 0 | 0.64 | 0.29 | 76.41 | 0.47 | 0.48 |
| Hex | 96 | B6 | 41 | 12 | 0 | 40 | 1D | 4C | 2F | 30 |
| Octal | 226 | 266 | 101 | 22 | 0 | 100 | 35 | 114 | 57 | 60 |
| Binary | 10010110 | 10110110 | 1000001 | 10010 | 0 | 1000000 | 11101 | 1001100 | 101111 | 110000 |
Color Harmonies of #96B641
Complementary color
Monochromatic Colors of #96B641
Black with #96B641
Text Example
Text Example
White with #96B641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B641; }
p { color: rgb(150,182,65); }
H1.HeaderClassName
{
color: #96B641;
}
.AnyTagClassName
{
color: #96B641;
}
</style>
background-color css
<style>
a { background-color: #96B641; }
a { background-color: rgb(150,182,65); }
div.DivClassName
{
background-color: #96B641;
}
.BgClassName
{
background-color: #96B641;
}
</style>
border-color css
<style>
span { border-color: #96B641; }
span { border-color: rgb(150,182,65); }
td.TdClassName
{
border-color: #96B641;
}
.TagClassName
{
border-color: #96B641;
}
</style>