Shades of Atlantis #ABCB39
Tints of Atlantis #ABCB39
RGB
CMYK
RGB Variations
Color information
#ABCB39 (or 0xABCB39) is known color: Atlantis. HEX triplet: AB, CB and 39. RGB value is (171,203,57). Sum of RGB (Red+Green+Blue) = 171+203+57=431 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.68% from 431); Green value is 203 (79.69% from 255 or 47.10% from 431); Blue value is 57 (22.66% from 255 or 13.23% from 431); Max value from RGB is 203 - color contains mainly: green. Hex color #ABCB39 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABCB39 is #5434C6. Grayscale: #B1B1B1. Windows color (decimal): -5518535 or 3787691. OLE color: 3787691.
HSL color Cylindrical-coordinate representation of color #ABCB39: hue angle of 73.15º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ABCB39 is Cyan = 0.16, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 203 | 57 | - |
| CMYK | 0.16 | 0 | 0.72 | 0.20 |
| HSL | 73.15º | 0.58% | 0.51% | - |
| HSV(B) | 73.15º | 0.72% | 0.8% | - |
| XYZ | 38.89 | 51.67 | 11.79 | - |
| YUV | 176.79 | 60.4 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 203 | 57 | 0.16 | 0 | 0.72 | 0.20 | 73.15 | 0.58 | 0.51 |
| Hex | AB | CB | 39 | 10 | 0 | 48 | 14 | 49 | 3A | 33 |
| Octal | 253 | 313 | 71 | 20 | 0 | 110 | 24 | 111 | 72 | 63 |
| Binary | 10101011 | 11001011 | 111001 | 10000 | 0 | 1001000 | 10100 | 1001001 | 111010 | 110011 |
Color Harmonies of #ABCB39
Complementary color
Monochromatic Colors of #ABCB39
Black with #ABCB39
Text Example
Text Example
White with #ABCB39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCB39; }
p { color: rgb(171,203,57); }
H1.HeaderClassName
{
color: #ABCB39;
}
.AnyTagClassName
{
color: #ABCB39;
}
</style>
background-color css
<style>
a { background-color: #ABCB39; }
a { background-color: rgb(171,203,57); }
div.DivClassName
{
background-color: #ABCB39;
}
.BgClassName
{
background-color: #ABCB39;
}
</style>
border-color css
<style>
span { border-color: #ABCB39; }
span { border-color: rgb(171,203,57); }
td.TdClassName
{
border-color: #ABCB39;
}
.TagClassName
{
border-color: #ABCB39;
}
</style>