Shades of Atlantis #9BBA47
Tints of Atlantis #9BBA47
RGB
CMYK
RGB Variations
Color information
#9BBA47 (or 0x9BBA47) is known color: Atlantis. HEX triplet: 9B, BA and 47. RGB value is (155,186,71). Sum of RGB (Red+Green+Blue) = 155+186+71=412 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.62% from 412); Green value is 186 (73.05% from 255 or 45.15% from 412); Blue value is 71 (28.12% from 255 or 17.23% from 412); Max value from RGB is 186 - color contains mainly: green. Hex color #9BBA47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BBA47 is #6445B8. Grayscale: #A4A4A4. Windows color (decimal): -6571449 or 4700827. OLE color: 4700827.
HSL color Cylindrical-coordinate representation of color #9BBA47: hue angle of 76.17º 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 #9BBA47 is Cyan = 0.17, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 155 | 186 | 71 | - |
| CMYK | 0.17 | 0 | 0.62 | 0.27 |
| HSL | 76.17º | 0.45% | 0.5% | - |
| HSV(B) | 76.17º | 0.62% | 0.73% | - |
| XYZ | 32.21 | 42.54 | 12.47 | - |
| YUV | 163.62 | 75.73 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 186 | 71 | 0.17 | 0 | 0.62 | 0.27 | 76.17 | 0.45 | 0.5 |
| Hex | 9B | BA | 47 | 11 | 0 | 3E | 1B | 4C | 2D | 32 |
| Octal | 233 | 272 | 107 | 21 | 0 | 76 | 33 | 114 | 55 | 62 |
| Binary | 10011011 | 10111010 | 1000111 | 10001 | 0 | 111110 | 11011 | 1001100 | 101101 | 110010 |
Color Harmonies of #9BBA47
Complementary color
Monochromatic Colors of #9BBA47
Black with #9BBA47
Text Example
Text Example
White with #9BBA47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBA47; }
p { color: rgb(155,186,71); }
H1.HeaderClassName
{
color: #9BBA47;
}
.AnyTagClassName
{
color: #9BBA47;
}
</style>
background-color css
<style>
a { background-color: #9BBA47; }
a { background-color: rgb(155,186,71); }
div.DivClassName
{
background-color: #9BBA47;
}
.BgClassName
{
background-color: #9BBA47;
}
</style>
border-color css
<style>
span { border-color: #9BBA47; }
span { border-color: rgb(155,186,71); }
td.TdClassName
{
border-color: #9BBA47;
}
.TagClassName
{
border-color: #9BBA47;
}
</style>