Shades of Atlantis #99B547
Tints of Atlantis #99B547
RGB
CMYK
RGB Variations
Color information
#99B547 (or 0x99B547) is known color: Atlantis. HEX triplet: 99, B5 and 47. RGB value is (153,181,71). Sum of RGB (Red+Green+Blue) = 153+181+71=405 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.78% from 405); Green value is 181 (71.09% from 255 or 44.69% from 405); Blue value is 71 (28.12% from 255 or 17.53% from 405); Max value from RGB is 181 - color contains mainly: green. Hex color #99B547 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99B547 is #664AB8. Grayscale: #A0A0A0. Windows color (decimal): -6703801 or 4699545. OLE color: 4699545.
HSL color Cylindrical-coordinate representation of color #99B547: hue angle of 75.27º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #99B547 is Cyan = 0.15, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 153 | 181 | 71 | - |
| CMYK | 0.15 | 0 | 0.61 | 0.29 |
| HSL | 75.27º | 0.44% | 0.49% | - |
| HSV(B) | 75.27º | 0.61% | 0.71% | - |
| XYZ | 30.8 | 40.27 | 12.11 | - |
| YUV | 160.09 | 77.72 | 122.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 181 | 71 | 0.15 | 0 | 0.61 | 0.29 | 75.27 | 0.44 | 0.49 |
| Hex | 99 | B5 | 47 | F | 0 | 3D | 1D | 4B | 2C | 31 |
| Octal | 231 | 265 | 107 | 17 | 0 | 75 | 35 | 113 | 54 | 61 |
| Binary | 10011001 | 10110101 | 1000111 | 1111 | 0 | 111101 | 11101 | 1001011 | 101100 | 110001 |
Color Harmonies of #99B547
Complementary color
Monochromatic Colors of #99B547
Black with #99B547
Text Example
Text Example
White with #99B547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B547; }
p { color: rgb(153,181,71); }
H1.HeaderClassName
{
color: #99B547;
}
.AnyTagClassName
{
color: #99B547;
}
</style>
background-color css
<style>
a { background-color: #99B547; }
a { background-color: rgb(153,181,71); }
div.DivClassName
{
background-color: #99B547;
}
.BgClassName
{
background-color: #99B547;
}
</style>
border-color css
<style>
span { border-color: #99B547; }
span { border-color: rgb(153,181,71); }
td.TdClassName
{
border-color: #99B547;
}
.TagClassName
{
border-color: #99B547;
}
</style>