Shades of Atlantis #99BA47
Tints of Atlantis #99BA47
RGB
CMYK
RGB Variations
Color information
#99BA47 (or 0x99BA47) is known color: Atlantis. HEX triplet: 99, BA and 47. RGB value is (153,186,71). Sum of RGB (Red+Green+Blue) = 153+186+71=410 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.32% from 410); Green value is 186 (73.05% from 255 or 45.37% from 410); Blue value is 71 (28.12% from 255 or 17.32% from 410); Max value from RGB is 186 - color contains mainly: green. Hex color #99BA47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99BA47 is #6645B8. Grayscale: #A3A3A3. Windows color (decimal): -6702521 or 4700825. OLE color: 4700825.
HSL color Cylindrical-coordinate representation of color #99BA47: hue angle of 77.22º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #99BA47 is Cyan = 0.18, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 186 | 71 | - |
| CMYK | 0.18 | 0 | 0.62 | 0.27 |
| HSL | 77.22º | 0.45% | 0.5% | - |
| HSV(B) | 77.22º | 0.62% | 0.73% | - |
| XYZ | 31.83 | 42.35 | 12.46 | - |
| YUV | 163.02 | 76.07 | 120.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 186 | 71 | 0.18 | 0 | 0.62 | 0.27 | 77.22 | 0.45 | 0.5 |
| Hex | 99 | BA | 47 | 12 | 0 | 3E | 1B | 4D | 2D | 32 |
| Octal | 231 | 272 | 107 | 22 | 0 | 76 | 33 | 115 | 55 | 62 |
| Binary | 10011001 | 10111010 | 1000111 | 10010 | 0 | 111110 | 11011 | 1001101 | 101101 | 110010 |
Color Harmonies of #99BA47
Complementary color
Monochromatic Colors of #99BA47
Black with #99BA47
Text Example
Text Example
White with #99BA47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BA47; }
p { color: rgb(153,186,71); }
H1.HeaderClassName
{
color: #99BA47;
}
.AnyTagClassName
{
color: #99BA47;
}
</style>
background-color css
<style>
a { background-color: #99BA47; }
a { background-color: rgb(153,186,71); }
div.DivClassName
{
background-color: #99BA47;
}
.BgClassName
{
background-color: #99BA47;
}
</style>
border-color css
<style>
span { border-color: #99BA47; }
span { border-color: rgb(153,186,71); }
td.TdClassName
{
border-color: #99BA47;
}
.TagClassName
{
border-color: #99BA47;
}
</style>