Shades of Atlantis #9BBB4C
Tints of Atlantis #9BBB4C
RGB
CMYK
RGB Variations
Color information
#9BBB4C (or 0x9BBB4C) is known color: Atlantis. HEX triplet: 9B, BB and 4C. RGB value is (155,187,76). Sum of RGB (Red+Green+Blue) = 155+187+76=418 (55% of max value = 765). Red value is 155 (60.94% from 255 or 37.08% from 418); Green value is 187 (73.44% from 255 or 44.74% from 418); Blue value is 76 (30.08% from 255 or 18.18% from 418); Max value from RGB is 187 - color contains mainly: green. Hex color #9BBB4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BBB4C is #6444B3. Grayscale: #A5A5A5. Windows color (decimal): -6571188 or 5028763. OLE color: 5028763.
HSL color Cylindrical-coordinate representation of color #9BBB4C: hue angle of 77.3º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9BBB4C is Cyan = 0.17, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 155 | 187 | 76 | - |
| CMYK | 0.17 | 0 | 0.59 | 0.27 |
| HSL | 77.3º | 0.45% | 0.52% | - |
| HSV(B) | 77.3º | 0.59% | 0.73% | - |
| XYZ | 32.59 | 43.03 | 13.43 | - |
| YUV | 164.78 | 77.9 | 121.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 187 | 76 | 0.17 | 0 | 0.59 | 0.27 | 77.3 | 0.45 | 0.52 |
| Hex | 9B | BB | 4C | 11 | 0 | 3B | 1B | 4D | 2D | 34 |
| Octal | 233 | 273 | 114 | 21 | 0 | 73 | 33 | 115 | 55 | 64 |
| Binary | 10011011 | 10111011 | 1001100 | 10001 | 0 | 111011 | 11011 | 1001101 | 101101 | 110100 |
Color Harmonies of #9BBB4C
Complementary color
Monochromatic Colors of #9BBB4C
Black with #9BBB4C
Text Example
Text Example
White with #9BBB4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBB4C; }
p { color: rgb(155,187,76); }
H1.HeaderClassName
{
color: #9BBB4C;
}
.AnyTagClassName
{
color: #9BBB4C;
}
</style>
background-color css
<style>
a { background-color: #9BBB4C; }
a { background-color: rgb(155,187,76); }
div.DivClassName
{
background-color: #9BBB4C;
}
.BgClassName
{
background-color: #9BBB4C;
}
</style>
border-color css
<style>
span { border-color: #9BBB4C; }
span { border-color: rgb(155,187,76); }
td.TdClassName
{
border-color: #9BBB4C;
}
.TagClassName
{
border-color: #9BBB4C;
}
</style>