Shades of Atlantis #9BC652
Tints of Atlantis #9BC652
RGB
CMYK
RGB Variations
Color information
#9BC652 (or 0x9BC652) is known color: Atlantis. HEX triplet: 9B, C6 and 52. RGB value is (155,198,82). Sum of RGB (Red+Green+Blue) = 155+198+82=435 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.63% from 435); Green value is 198 (77.73% from 255 or 45.52% from 435); Blue value is 82 (32.42% from 255 or 18.85% from 435); Max value from RGB is 198 - color contains mainly: green. Hex color #9BC652 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC652 is #6439AD. Grayscale: #ACACAC. Windows color (decimal): -6568366 or 5424795. OLE color: 5424795.
HSL color Cylindrical-coordinate representation of color #9BC652: hue angle of 82.24º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9BC652 is Cyan = 0.22, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 155 | 198 | 82 | - |
| CMYK | 0.22 | 0 | 0.59 | 0.22 |
| HSL | 82.24º | 0.5% | 0.55% | - |
| HSV(B) | 82.24º | 0.59% | 0.78% | - |
| XYZ | 35.23 | 47.97 | 15.38 | - |
| YUV | 171.92 | 77.25 | 115.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 198 | 82 | 0.22 | 0 | 0.59 | 0.22 | 82.24 | 0.5 | 0.55 |
| Hex | 9B | C6 | 52 | 16 | 0 | 3B | 16 | 52 | 32 | 37 |
| Octal | 233 | 306 | 122 | 26 | 0 | 73 | 26 | 122 | 62 | 67 |
| Binary | 10011011 | 11000110 | 1010010 | 10110 | 0 | 111011 | 10110 | 1010010 | 110010 | 110111 |
Color Harmonies of #9BC652
Complementary color
Monochromatic Colors of #9BC652
Black with #9BC652
Text Example
Text Example
White with #9BC652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC652; }
p { color: rgb(155,198,82); }
H1.HeaderClassName
{
color: #9BC652;
}
.AnyTagClassName
{
color: #9BC652;
}
</style>
background-color css
<style>
a { background-color: #9BC652; }
a { background-color: rgb(155,198,82); }
div.DivClassName
{
background-color: #9BC652;
}
.BgClassName
{
background-color: #9BC652;
}
</style>
border-color css
<style>
span { border-color: #9BC652; }
span { border-color: rgb(155,198,82); }
td.TdClassName
{
border-color: #9BC652;
}
.TagClassName
{
border-color: #9BC652;
}
</style>