Shades of Atlantis #9BBB40
Tints of Atlantis #9BBB40
RGB
CMYK
RGB Variations
Color information
#9BBB40 (or 0x9BBB40) is known color: Atlantis. HEX triplet: 9B, BB and 40. RGB value is (155,187,64). Sum of RGB (Red+Green+Blue) = 155+187+64=406 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.18% from 406); Green value is 187 (73.44% from 255 or 46.06% from 406); Blue value is 64 (25.39% from 255 or 15.76% from 406); Max value from RGB is 187 - color contains mainly: green. Hex color #9BBB40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BBB40 is #6444BF. Grayscale: #A3A3A3. Windows color (decimal): -6571200 or 4242331. OLE color: 4242331.
HSL color Cylindrical-coordinate representation of color #9BBB40: hue angle of 75.61º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9BBB40 is Cyan = 0.17, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 155 | 187 | 64 | - |
| CMYK | 0.17 | 0 | 0.66 | 0.27 |
| HSL | 75.61º | 0.49% | 0.49% | - |
| HSV(B) | 75.61º | 0.66% | 0.73% | - |
| XYZ | 32.21 | 42.88 | 11.43 | - |
| YUV | 163.41 | 71.9 | 122 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 187 | 64 | 0.17 | 0 | 0.66 | 0.27 | 75.61 | 0.49 | 0.49 |
| Hex | 9B | BB | 40 | 11 | 0 | 42 | 1B | 4C | 31 | 31 |
| Octal | 233 | 273 | 100 | 21 | 0 | 102 | 33 | 114 | 61 | 61 |
| Binary | 10011011 | 10111011 | 1000000 | 10001 | 0 | 1000010 | 11011 | 1001100 | 110001 | 110001 |
Color Harmonies of #9BBB40
Complementary color
Monochromatic Colors of #9BBB40
Black with #9BBB40
Text Example
Text Example
White with #9BBB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBB40; }
p { color: rgb(155,187,64); }
H1.HeaderClassName
{
color: #9BBB40;
}
.AnyTagClassName
{
color: #9BBB40;
}
</style>
background-color css
<style>
a { background-color: #9BBB40; }
a { background-color: rgb(155,187,64); }
div.DivClassName
{
background-color: #9BBB40;
}
.BgClassName
{
background-color: #9BBB40;
}
</style>
border-color css
<style>
span { border-color: #9BBB40; }
span { border-color: rgb(155,187,64); }
td.TdClassName
{
border-color: #9BBB40;
}
.TagClassName
{
border-color: #9BBB40;
}
</style>