Shades of Atlantis #99B747
Tints of Atlantis #99B747
RGB
CMYK
RGB Variations
Color information
#99B747 (or 0x99B747) is known color: Atlantis. HEX triplet: 99, B7 and 47. RGB value is (153,183,71). Sum of RGB (Red+Green+Blue) = 153+183+71=407 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.59% from 407); Green value is 183 (71.88% from 255 or 44.96% from 407); Blue value is 71 (28.12% from 255 or 17.44% from 407); Max value from RGB is 183 - color contains mainly: green. Hex color #99B747 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99B747 is #6648B8. Grayscale: #A1A1A1. Windows color (decimal): -6703289 or 4700057. OLE color: 4700057.
HSL color Cylindrical-coordinate representation of color #99B747: hue angle of 76.07º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #99B747 is Cyan = 0.16, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 153 | 183 | 71 | - |
| CMYK | 0.16 | 0 | 0.61 | 0.28 |
| HSL | 76.07º | 0.44% | 0.5% | - |
| HSV(B) | 76.07º | 0.61% | 0.72% | - |
| XYZ | 31.21 | 41.09 | 12.25 | - |
| YUV | 161.26 | 77.06 | 122.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 183 | 71 | 0.16 | 0 | 0.61 | 0.28 | 76.07 | 0.44 | 0.5 |
| Hex | 99 | B7 | 47 | 10 | 0 | 3D | 1C | 4C | 2C | 32 |
| Octal | 231 | 267 | 107 | 20 | 0 | 75 | 34 | 114 | 54 | 62 |
| Binary | 10011001 | 10110111 | 1000111 | 10000 | 0 | 111101 | 11100 | 1001100 | 101100 | 110010 |
Color Harmonies of #99B747
Complementary color
Monochromatic Colors of #99B747
Black with #99B747
Text Example
Text Example
White with #99B747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B747; }
p { color: rgb(153,183,71); }
H1.HeaderClassName
{
color: #99B747;
}
.AnyTagClassName
{
color: #99B747;
}
</style>
background-color css
<style>
a { background-color: #99B747; }
a { background-color: rgb(153,183,71); }
div.DivClassName
{
background-color: #99B747;
}
.BgClassName
{
background-color: #99B747;
}
</style>
border-color css
<style>
span { border-color: #99B747; }
span { border-color: rgb(153,183,71); }
td.TdClassName
{
border-color: #99B747;
}
.TagClassName
{
border-color: #99B747;
}
</style>