Shades of Atlantis #99BD49
Tints of Atlantis #99BD49
RGB
CMYK
RGB Variations
Color information
#99BD49 (or 0x99BD49) is known color: Atlantis. HEX triplet: 99, BD and 49. RGB value is (153,189,73). Sum of RGB (Red+Green+Blue) = 153+189+73=415 (54% of max value = 765). Red value is 153 (60.16% from 255 or 36.87% from 415); Green value is 189 (74.22% from 255 or 45.54% from 415); Blue value is 73 (28.91% from 255 or 17.59% from 415); Max value from RGB is 189 - color contains mainly: green. Hex color #99BD49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99BD49 is #6642B6. Grayscale: #A5A5A5. Windows color (decimal): -6701751 or 4832665. OLE color: 4832665.
HSL color Cylindrical-coordinate representation of color #99BD49: hue angle of 78.62º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #99BD49 is Cyan = 0.19, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 189 | 73 | - |
| CMYK | 0.19 | 0 | 0.61 | 0.26 |
| HSL | 78.62º | 0.47% | 0.51% | - |
| HSV(B) | 78.62º | 0.61% | 0.74% | - |
| XYZ | 32.54 | 43.65 | 13.01 | - |
| YUV | 165.01 | 76.07 | 119.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 189 | 73 | 0.19 | 0 | 0.61 | 0.26 | 78.62 | 0.47 | 0.51 |
| Hex | 99 | BD | 49 | 13 | 0 | 3D | 1A | 4F | 2F | 33 |
| Octal | 231 | 275 | 111 | 23 | 0 | 75 | 32 | 117 | 57 | 63 |
| Binary | 10011001 | 10111101 | 1001001 | 10011 | 0 | 111101 | 11010 | 1001111 | 101111 | 110011 |
Color Harmonies of #99BD49
Complementary color
Monochromatic Colors of #99BD49
Black with #99BD49
Text Example
Text Example
White with #99BD49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BD49; }
p { color: rgb(153,189,73); }
H1.HeaderClassName
{
color: #99BD49;
}
.AnyTagClassName
{
color: #99BD49;
}
</style>
background-color css
<style>
a { background-color: #99BD49; }
a { background-color: rgb(153,189,73); }
div.DivClassName
{
background-color: #99BD49;
}
.BgClassName
{
background-color: #99BD49;
}
</style>
border-color css
<style>
span { border-color: #99BD49; }
span { border-color: rgb(153,189,73); }
td.TdClassName
{
border-color: #99BD49;
}
.TagClassName
{
border-color: #99BD49;
}
</style>