Shades of Atlantis #9BBA4E
Tints of Atlantis #9BBA4E
RGB
CMYK
RGB Variations
Color information
#9BBA4E (or 0x9BBA4E) is known color: Atlantis. HEX triplet: 9B, BA and 4E. RGB value is (155,186,78). Sum of RGB (Red+Green+Blue) = 155+186+78=419 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.99% from 419); Green value is 186 (73.05% from 255 or 44.39% from 419); Blue value is 78 (30.86% from 255 or 18.62% from 419); Max value from RGB is 186 - color contains mainly: green. Hex color #9BBA4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BBA4E is #6445B1. Grayscale: #A4A4A4. Windows color (decimal): -6571442 or 5159579. OLE color: 5159579.
HSL color Cylindrical-coordinate representation of color #9BBA4E: hue angle of 77.22º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9BBA4E is Cyan = 0.17, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 155 | 186 | 78 | - |
| CMYK | 0.17 | 0 | 0.58 | 0.27 |
| HSL | 77.22º | 0.44% | 0.52% | - |
| HSV(B) | 77.22º | 0.58% | 0.73% | - |
| XYZ | 32.45 | 42.64 | 13.73 | - |
| YUV | 164.42 | 79.23 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 186 | 78 | 0.17 | 0 | 0.58 | 0.27 | 77.22 | 0.44 | 0.52 |
| Hex | 9B | BA | 4E | 11 | 0 | 3A | 1B | 4D | 2C | 34 |
| Octal | 233 | 272 | 116 | 21 | 0 | 72 | 33 | 115 | 54 | 64 |
| Binary | 10011011 | 10111010 | 1001110 | 10001 | 0 | 111010 | 11011 | 1001101 | 101100 | 110100 |
Color Harmonies of #9BBA4E
Complementary color
Monochromatic Colors of #9BBA4E
Black with #9BBA4E
Text Example
Text Example
White with #9BBA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBA4E; }
p { color: rgb(155,186,78); }
H1.HeaderClassName
{
color: #9BBA4E;
}
.AnyTagClassName
{
color: #9BBA4E;
}
</style>
background-color css
<style>
a { background-color: #9BBA4E; }
a { background-color: rgb(155,186,78); }
div.DivClassName
{
background-color: #9BBA4E;
}
.BgClassName
{
background-color: #9BBA4E;
}
</style>
border-color css
<style>
span { border-color: #9BBA4E; }
span { border-color: rgb(155,186,78); }
td.TdClassName
{
border-color: #9BBA4E;
}
.TagClassName
{
border-color: #9BBA4E;
}
</style>