Shades of Atlantis #9CCB53
Tints of Atlantis #9CCB53
RGB
CMYK
RGB Variations
Color information
#9CCB53 (or 0x9CCB53) is known color: Atlantis. HEX triplet: 9C, CB and 53. RGB value is (156,203,83). Sum of RGB (Red+Green+Blue) = 156+203+83=442 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.29% from 442); Green value is 203 (79.69% from 255 or 45.93% from 442); Blue value is 83 (32.81% from 255 or 18.78% from 442); Max value from RGB is 203 - color contains mainly: green. Hex color #9CCB53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CCB53 is #6334AC. Grayscale: #AFAFAF. Windows color (decimal): -6501549 or 5491612. OLE color: 5491612.
HSL color Cylindrical-coordinate representation of color #9CCB53: hue angle of 83.5º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9CCB53 is Cyan = 0.23, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 156 | 203 | 83 | - |
| CMYK | 0.23 | 0 | 0.59 | 0.20 |
| HSL | 83.5º | 0.54% | 0.56% | - |
| HSV(B) | 83.5º | 0.59% | 0.8% | - |
| XYZ | 36.63 | 50.4 | 15.98 | - |
| YUV | 175.27 | 75.93 | 114.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 203 | 83 | 0.23 | 0 | 0.59 | 0.20 | 83.5 | 0.54 | 0.56 |
| Hex | 9C | CB | 53 | 17 | 0 | 3B | 14 | 54 | 36 | 38 |
| Octal | 234 | 313 | 123 | 27 | 0 | 73 | 24 | 124 | 66 | 70 |
| Binary | 10011100 | 11001011 | 1010011 | 10111 | 0 | 111011 | 10100 | 1010100 | 110110 | 111000 |
Color Harmonies of #9CCB53
Complementary color
Monochromatic Colors of #9CCB53
Black with #9CCB53
Text Example
Text Example
White with #9CCB53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCB53; }
p { color: rgb(156,203,83); }
H1.HeaderClassName
{
color: #9CCB53;
}
.AnyTagClassName
{
color: #9CCB53;
}
</style>
background-color css
<style>
a { background-color: #9CCB53; }
a { background-color: rgb(156,203,83); }
div.DivClassName
{
background-color: #9CCB53;
}
.BgClassName
{
background-color: #9CCB53;
}
</style>
border-color css
<style>
span { border-color: #9CCB53; }
span { border-color: rgb(156,203,83); }
td.TdClassName
{
border-color: #9CCB53;
}
.TagClassName
{
border-color: #9CCB53;
}
</style>