Shades of Atlantis #9BCD53
Tints of Atlantis #9BCD53
RGB
CMYK
RGB Variations
Color information
#9BCD53 (or 0x9BCD53) is known color: Atlantis. HEX triplet: 9B, CD and 53. RGB value is (155,205,83). Sum of RGB (Red+Green+Blue) = 155+205+83=443 (58% of max value = 765). Red value is 155 (60.94% from 255 or 34.99% from 443); Green value is 205 (80.47% from 255 or 46.28% from 443); Blue value is 83 (32.81% from 255 or 18.74% from 443); Max value from RGB is 205 - color contains mainly: green. Hex color #9BCD53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BCD53 is #6432AC. Grayscale: #B0B0B0. Windows color (decimal): -6566573 or 5492123. OLE color: 5492123.
HSL color Cylindrical-coordinate representation of color #9BCD53: hue angle of 84.59º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9BCD53 is Cyan = 0.24, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 155 | 205 | 83 | - |
| CMYK | 0.24 | 0 | 0.60 | 0.20 |
| HSL | 84.59º | 0.55% | 0.56% | - |
| HSV(B) | 84.59º | 0.6% | 0.8% | - |
| XYZ | 36.91 | 51.26 | 16.13 | - |
| YUV | 176.14 | 75.44 | 112.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 205 | 83 | 0.24 | 0 | 0.60 | 0.20 | 84.59 | 0.55 | 0.56 |
| Hex | 9B | CD | 53 | 18 | 0 | 3C | 14 | 55 | 37 | 38 |
| Octal | 233 | 315 | 123 | 30 | 0 | 74 | 24 | 125 | 67 | 70 |
| Binary | 10011011 | 11001101 | 1010011 | 11000 | 0 | 111100 | 10100 | 1010101 | 110111 | 111000 |
Color Harmonies of #9BCD53
Complementary color
Monochromatic Colors of #9BCD53
Black with #9BCD53
Text Example
Text Example
White with #9BCD53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCD53; }
p { color: rgb(155,205,83); }
H1.HeaderClassName
{
color: #9BCD53;
}
.AnyTagClassName
{
color: #9BCD53;
}
</style>
background-color css
<style>
a { background-color: #9BCD53; }
a { background-color: rgb(155,205,83); }
div.DivClassName
{
background-color: #9BCD53;
}
.BgClassName
{
background-color: #9BCD53;
}
</style>
border-color css
<style>
span { border-color: #9BCD53; }
span { border-color: rgb(155,205,83); }
td.TdClassName
{
border-color: #9BCD53;
}
.TagClassName
{
border-color: #9BCD53;
}
</style>