Shades of Atlantis #9BC656
Tints of Atlantis #9BC656
RGB
CMYK
RGB Variations
Color information
#9BC656 (or 0x9BC656) is known color: Atlantis. HEX triplet: 9B, C6 and 56. RGB value is (155,198,86). Sum of RGB (Red+Green+Blue) = 155+198+86=439 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.31% from 439); Green value is 198 (77.73% from 255 or 45.10% from 439); Blue value is 86 (33.98% from 255 or 19.59% from 439); Max value from RGB is 198 - color contains mainly: green. Hex color #9BC656 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC656 is #6439A9. Grayscale: #ACACAC. Windows color (decimal): -6568362 or 5686939. OLE color: 5686939.
HSL color Cylindrical-coordinate representation of color #9BC656: hue angle of 83.04º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9BC656 is Cyan = 0.22, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 155 | 198 | 86 | - |
| CMYK | 0.22 | 0 | 0.57 | 0.22 |
| HSL | 83.04º | 0.5% | 0.56% | - |
| HSV(B) | 83.04º | 0.57% | 0.78% | - |
| XYZ | 35.39 | 48.03 | 16.21 | - |
| YUV | 172.38 | 79.25 | 115.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 198 | 86 | 0.22 | 0 | 0.57 | 0.22 | 83.04 | 0.5 | 0.56 |
| Hex | 9B | C6 | 56 | 16 | 0 | 39 | 16 | 53 | 32 | 38 |
| Octal | 233 | 306 | 126 | 26 | 0 | 71 | 26 | 123 | 62 | 70 |
| Binary | 10011011 | 11000110 | 1010110 | 10110 | 0 | 111001 | 10110 | 1010011 | 110010 | 111000 |
Color Harmonies of #9BC656
Complementary color
Monochromatic Colors of #9BC656
Black with #9BC656
Text Example
Text Example
White with #9BC656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC656; }
p { color: rgb(155,198,86); }
H1.HeaderClassName
{
color: #9BC656;
}
.AnyTagClassName
{
color: #9BC656;
}
</style>
background-color css
<style>
a { background-color: #9BC656; }
a { background-color: rgb(155,198,86); }
div.DivClassName
{
background-color: #9BC656;
}
.BgClassName
{
background-color: #9BC656;
}
</style>
border-color css
<style>
span { border-color: #9BC656; }
span { border-color: rgb(155,198,86); }
td.TdClassName
{
border-color: #9BC656;
}
.TagClassName
{
border-color: #9BC656;
}
</style>