Shades of Atlantis #99BA48
Tints of Atlantis #99BA48
RGB
CMYK
RGB Variations
Color information
#99BA48 (or 0x99BA48) is known color: Atlantis. HEX triplet: 99, BA and 48. RGB value is (153,186,72). Sum of RGB (Red+Green+Blue) = 153+186+72=411 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.23% from 411); Green value is 186 (73.05% from 255 or 45.26% from 411); Blue value is 72 (28.52% from 255 or 17.52% from 411); Max value from RGB is 186 - color contains mainly: green. Hex color #99BA48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99BA48 is #6645B7. Grayscale: #A3A3A3. Windows color (decimal): -6702520 or 4766361. OLE color: 4766361.
HSL color Cylindrical-coordinate representation of color #99BA48: hue angle of 77.37º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #99BA48 is Cyan = 0.18, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 186 | 72 | - |
| CMYK | 0.18 | 0 | 0.61 | 0.27 |
| HSL | 77.37º | 0.45% | 0.51% | - |
| HSV(B) | 77.37º | 0.61% | 0.73% | - |
| XYZ | 31.87 | 42.36 | 12.63 | - |
| YUV | 163.14 | 76.57 | 120.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 186 | 72 | 0.18 | 0 | 0.61 | 0.27 | 77.37 | 0.45 | 0.51 |
| Hex | 99 | BA | 48 | 12 | 0 | 3D | 1B | 4D | 2D | 33 |
| Octal | 231 | 272 | 110 | 22 | 0 | 75 | 33 | 115 | 55 | 63 |
| Binary | 10011001 | 10111010 | 1001000 | 10010 | 0 | 111101 | 11011 | 1001101 | 101101 | 110011 |
Color Harmonies of #99BA48
Complementary color
Monochromatic Colors of #99BA48
Black with #99BA48
Text Example
Text Example
White with #99BA48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BA48; }
p { color: rgb(153,186,72); }
H1.HeaderClassName
{
color: #99BA48;
}
.AnyTagClassName
{
color: #99BA48;
}
</style>
background-color css
<style>
a { background-color: #99BA48; }
a { background-color: rgb(153,186,72); }
div.DivClassName
{
background-color: #99BA48;
}
.BgClassName
{
background-color: #99BA48;
}
</style>
border-color css
<style>
span { border-color: #99BA48; }
span { border-color: rgb(153,186,72); }
td.TdClassName
{
border-color: #99BA48;
}
.TagClassName
{
border-color: #99BA48;
}
</style>