Shades of Atlantis #9BC556
Tints of Atlantis #9BC556
RGB
CMYK
RGB Variations
Color information
#9BC556 (or 0x9BC556) is known color: Atlantis. HEX triplet: 9B, C5 and 56. RGB value is (155,197,86). Sum of RGB (Red+Green+Blue) = 155+197+86=438 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.39% from 438); Green value is 197 (77.34% from 255 or 44.98% from 438); Blue value is 86 (33.98% from 255 or 19.63% from 438); Max value from RGB is 197 - color contains mainly: green. Hex color #9BC556 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC556 is #643AA9. Grayscale: #ACACAC. Windows color (decimal): -6568618 or 5686683. OLE color: 5686683.
HSL color Cylindrical-coordinate representation of color #9BC556: hue angle of 82.7º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9BC556 is Cyan = 0.21, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 155 | 197 | 86 | - |
| CMYK | 0.21 | 0 | 0.56 | 0.23 |
| HSL | 82.7º | 0.49% | 0.55% | - |
| HSV(B) | 82.7º | 0.56% | 0.77% | - |
| XYZ | 35.16 | 47.57 | 16.13 | - |
| YUV | 171.79 | 79.59 | 116.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 197 | 86 | 0.21 | 0 | 0.56 | 0.23 | 82.7 | 0.49 | 0.55 |
| Hex | 9B | C5 | 56 | 15 | 0 | 38 | 17 | 53 | 31 | 37 |
| Octal | 233 | 305 | 126 | 25 | 0 | 70 | 27 | 123 | 61 | 67 |
| Binary | 10011011 | 11000101 | 1010110 | 10101 | 0 | 111000 | 10111 | 1010011 | 110001 | 110111 |
Color Harmonies of #9BC556
Complementary color
Monochromatic Colors of #9BC556
Black with #9BC556
Text Example
Text Example
White with #9BC556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC556; }
p { color: rgb(155,197,86); }
H1.HeaderClassName
{
color: #9BC556;
}
.AnyTagClassName
{
color: #9BC556;
}
</style>
background-color css
<style>
a { background-color: #9BC556; }
a { background-color: rgb(155,197,86); }
div.DivClassName
{
background-color: #9BC556;
}
.BgClassName
{
background-color: #9BC556;
}
</style>
border-color css
<style>
span { border-color: #9BC556; }
span { border-color: rgb(155,197,86); }
td.TdClassName
{
border-color: #9BC556;
}
.TagClassName
{
border-color: #9BC556;
}
</style>