Shades of Atlantis #99B947
Tints of Atlantis #99B947
RGB
CMYK
RGB Variations
Color information
#99B947 (or 0x99B947) is known color: Atlantis. HEX triplet: 99, B9 and 47. RGB value is (153,185,71). Sum of RGB (Red+Green+Blue) = 153+185+71=409 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.41% from 409); Green value is 185 (72.66% from 255 or 45.23% from 409); Blue value is 71 (28.12% from 255 or 17.36% from 409); Max value from RGB is 185 - color contains mainly: green. Hex color #99B947 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99B947 is #6646B8. Grayscale: #A2A2A2. Windows color (decimal): -6702777 or 4700569. OLE color: 4700569.
HSL color Cylindrical-coordinate representation of color #99B947: hue angle of 76.84º 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 #99B947 is Cyan = 0.17, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 185 | 71 | - |
| CMYK | 0.17 | 0 | 0.62 | 0.27 |
| HSL | 76.84º | 0.45% | 0.5% | - |
| HSV(B) | 76.84º | 0.62% | 0.73% | - |
| XYZ | 31.62 | 41.93 | 12.39 | - |
| YUV | 162.44 | 76.4 | 121.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 185 | 71 | 0.17 | 0 | 0.62 | 0.27 | 76.84 | 0.45 | 0.5 |
| Hex | 99 | B9 | 47 | 11 | 0 | 3E | 1B | 4D | 2D | 32 |
| Octal | 231 | 271 | 107 | 21 | 0 | 76 | 33 | 115 | 55 | 62 |
| Binary | 10011001 | 10111001 | 1000111 | 10001 | 0 | 111110 | 11011 | 1001101 | 101101 | 110010 |
Color Harmonies of #99B947
Complementary color
Monochromatic Colors of #99B947
Black with #99B947
Text Example
Text Example
White with #99B947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B947; }
p { color: rgb(153,185,71); }
H1.HeaderClassName
{
color: #99B947;
}
.AnyTagClassName
{
color: #99B947;
}
</style>
background-color css
<style>
a { background-color: #99B947; }
a { background-color: rgb(153,185,71); }
div.DivClassName
{
background-color: #99B947;
}
.BgClassName
{
background-color: #99B947;
}
</style>
border-color css
<style>
span { border-color: #99B947; }
span { border-color: rgb(153,185,71); }
td.TdClassName
{
border-color: #99B947;
}
.TagClassName
{
border-color: #99B947;
}
</style>