Shades of Atlantis #9BBA44
Tints of Atlantis #9BBA44
RGB
CMYK
RGB Variations
Color information
#9BBA44 (or 0x9BBA44) is known color: Atlantis. HEX triplet: 9B, BA and 44. RGB value is (155,186,68). Sum of RGB (Red+Green+Blue) = 155+186+68=409 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.90% from 409); Green value is 186 (73.05% from 255 or 45.48% from 409); Blue value is 68 (26.95% from 255 or 16.63% from 409); Max value from RGB is 186 - color contains mainly: green. Hex color #9BBA44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BBA44 is #6445BB. Grayscale: #A3A3A3. Windows color (decimal): -6571452 or 4504219. OLE color: 4504219.
HSL color Cylindrical-coordinate representation of color #9BBA44: hue angle of 75.76º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9BBA44 is Cyan = 0.17, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 155 | 186 | 68 | - |
| CMYK | 0.17 | 0 | 0.63 | 0.27 |
| HSL | 75.76º | 0.46% | 0.5% | - |
| HSV(B) | 75.76º | 0.63% | 0.73% | - |
| XYZ | 32.12 | 42.5 | 11.98 | - |
| YUV | 163.28 | 74.23 | 122.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 186 | 68 | 0.17 | 0 | 0.63 | 0.27 | 75.76 | 0.46 | 0.5 |
| Hex | 9B | BA | 44 | 11 | 0 | 3F | 1B | 4C | 2E | 32 |
| Octal | 233 | 272 | 104 | 21 | 0 | 77 | 33 | 114 | 56 | 62 |
| Binary | 10011011 | 10111010 | 1000100 | 10001 | 0 | 111111 | 11011 | 1001100 | 101110 | 110010 |
Color Harmonies of #9BBA44
Complementary color
Monochromatic Colors of #9BBA44
Black with #9BBA44
Text Example
Text Example
White with #9BBA44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBA44; }
p { color: rgb(155,186,68); }
H1.HeaderClassName
{
color: #9BBA44;
}
.AnyTagClassName
{
color: #9BBA44;
}
</style>
background-color css
<style>
a { background-color: #9BBA44; }
a { background-color: rgb(155,186,68); }
div.DivClassName
{
background-color: #9BBA44;
}
.BgClassName
{
background-color: #9BBA44;
}
</style>
border-color css
<style>
span { border-color: #9BBA44; }
span { border-color: rgb(155,186,68); }
td.TdClassName
{
border-color: #9BBA44;
}
.TagClassName
{
border-color: #9BBA44;
}
</style>