Shades of Atlantis #9BBA46
Tints of Atlantis #9BBA46
RGB
CMYK
RGB Variations
Color information
#9BBA46 (or 0x9BBA46) is known color: Atlantis. HEX triplet: 9B, BA and 46. RGB value is (155,186,70). Sum of RGB (Red+Green+Blue) = 155+186+70=411 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.71% from 411); Green value is 186 (73.05% from 255 or 45.26% from 411); Blue value is 70 (27.73% from 255 or 17.03% from 411); Max value from RGB is 186 - color contains mainly: green. Hex color #9BBA46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BBA46 is #6445B9. Grayscale: #A3A3A3. Windows color (decimal): -6571450 or 4635291. OLE color: 4635291.
HSL color Cylindrical-coordinate representation of color #9BBA46: hue angle of 76.03º degrees, saturation: 0.46, 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 #9BBA46 is Cyan = 0.17, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 155 | 186 | 70 | - |
| CMYK | 0.17 | 0 | 0.62 | 0.27 |
| HSL | 76.03º | 0.46% | 0.5% | - |
| HSV(B) | 76.03º | 0.62% | 0.73% | - |
| XYZ | 32.18 | 42.53 | 12.31 | - |
| YUV | 163.51 | 75.23 | 121.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 186 | 70 | 0.17 | 0 | 0.62 | 0.27 | 76.03 | 0.46 | 0.5 |
| Hex | 9B | BA | 46 | 11 | 0 | 3E | 1B | 4C | 2E | 32 |
| Octal | 233 | 272 | 106 | 21 | 0 | 76 | 33 | 114 | 56 | 62 |
| Binary | 10011011 | 10111010 | 1000110 | 10001 | 0 | 111110 | 11011 | 1001100 | 101110 | 110010 |
Color Harmonies of #9BBA46
Complementary color
Monochromatic Colors of #9BBA46
Black with #9BBA46
Text Example
Text Example
White with #9BBA46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBA46; }
p { color: rgb(155,186,70); }
H1.HeaderClassName
{
color: #9BBA46;
}
.AnyTagClassName
{
color: #9BBA46;
}
</style>
background-color css
<style>
a { background-color: #9BBA46; }
a { background-color: rgb(155,186,70); }
div.DivClassName
{
background-color: #9BBA46;
}
.BgClassName
{
background-color: #9BBA46;
}
</style>
border-color css
<style>
span { border-color: #9BBA46; }
span { border-color: rgb(155,186,70); }
td.TdClassName
{
border-color: #9BBA46;
}
.TagClassName
{
border-color: #9BBA46;
}
</style>