Shades of Atlantis #99BA44
Tints of Atlantis #99BA44
RGB
CMYK
RGB Variations
Color information
#99BA44 (or 0x99BA44) is known color: Atlantis. HEX triplet: 99, BA and 44. RGB value is (153,186,68). Sum of RGB (Red+Green+Blue) = 153+186+68=407 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.59% from 407); Green value is 186 (73.05% from 255 or 45.70% from 407); Blue value is 68 (26.95% from 255 or 16.71% from 407); Max value from RGB is 186 - color contains mainly: green. Hex color #99BA44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99BA44 is #6645BB. Grayscale: #A3A3A3. Windows color (decimal): -6702524 or 4504217. OLE color: 4504217.
HSL color Cylindrical-coordinate representation of color #99BA44: hue angle of 76.78º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #99BA44 is Cyan = 0.18, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 186 | 68 | - |
| CMYK | 0.18 | 0 | 0.63 | 0.27 |
| HSL | 76.78º | 0.46% | 0.5% | - |
| HSV(B) | 76.78º | 0.63% | 0.73% | - |
| XYZ | 31.74 | 42.31 | 11.96 | - |
| YUV | 162.68 | 74.57 | 121.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 186 | 68 | 0.18 | 0 | 0.63 | 0.27 | 76.78 | 0.46 | 0.5 |
| Hex | 99 | BA | 44 | 12 | 0 | 3F | 1B | 4D | 2E | 32 |
| Octal | 231 | 272 | 104 | 22 | 0 | 77 | 33 | 115 | 56 | 62 |
| Binary | 10011001 | 10111010 | 1000100 | 10010 | 0 | 111111 | 11011 | 1001101 | 101110 | 110010 |
Color Harmonies of #99BA44
Complementary color
Monochromatic Colors of #99BA44
Black with #99BA44
Text Example
Text Example
White with #99BA44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BA44; }
p { color: rgb(153,186,68); }
H1.HeaderClassName
{
color: #99BA44;
}
.AnyTagClassName
{
color: #99BA44;
}
</style>
background-color css
<style>
a { background-color: #99BA44; }
a { background-color: rgb(153,186,68); }
div.DivClassName
{
background-color: #99BA44;
}
.BgClassName
{
background-color: #99BA44;
}
</style>
border-color css
<style>
span { border-color: #99BA44; }
span { border-color: rgb(153,186,68); }
td.TdClassName
{
border-color: #99BA44;
}
.TagClassName
{
border-color: #99BA44;
}
</style>