Shades of Atlantis #ABCB41
Tints of Atlantis #ABCB41
RGB
CMYK
RGB Variations
Color information
#ABCB41 (or 0xABCB41) is known color: Atlantis. HEX triplet: AB, CB and 41. RGB value is (171,203,65). Sum of RGB (Red+Green+Blue) = 171+203+65=439 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.95% from 439); Green value is 203 (79.69% from 255 or 46.24% from 439); Blue value is 65 (25.78% from 255 or 14.81% from 439); Max value from RGB is 203 - color contains mainly: green. Hex color #ABCB41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABCB41 is #5434BE. Grayscale: #B2B2B2. Windows color (decimal): -5518527 or 4311979. OLE color: 4311979.
HSL color Cylindrical-coordinate representation of color #ABCB41: hue angle of 73.91º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ABCB41 is Cyan = 0.16, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 203 | 65 | - |
| CMYK | 0.16 | 0 | 0.68 | 0.20 |
| HSL | 73.91º | 0.57% | 0.53% | - |
| HSV(B) | 73.91º | 0.68% | 0.8% | - |
| XYZ | 39.1 | 51.75 | 12.93 | - |
| YUV | 177.7 | 64.4 | 123.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 203 | 65 | 0.16 | 0 | 0.68 | 0.20 | 73.91 | 0.57 | 0.53 |
| Hex | AB | CB | 41 | 10 | 0 | 44 | 14 | 4A | 39 | 35 |
| Octal | 253 | 313 | 101 | 20 | 0 | 104 | 24 | 112 | 71 | 65 |
| Binary | 10101011 | 11001011 | 1000001 | 10000 | 0 | 1000100 | 10100 | 1001010 | 111001 | 110101 |
Color Harmonies of #ABCB41
Complementary color
Monochromatic Colors of #ABCB41
Black with #ABCB41
Text Example
Text Example
White with #ABCB41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCB41; }
p { color: rgb(171,203,65); }
H1.HeaderClassName
{
color: #ABCB41;
}
.AnyTagClassName
{
color: #ABCB41;
}
</style>
background-color css
<style>
a { background-color: #ABCB41; }
a { background-color: rgb(171,203,65); }
div.DivClassName
{
background-color: #ABCB41;
}
.BgClassName
{
background-color: #ABCB41;
}
</style>
border-color css
<style>
span { border-color: #ABCB41; }
span { border-color: rgb(171,203,65); }
td.TdClassName
{
border-color: #ABCB41;
}
.TagClassName
{
border-color: #ABCB41;
}
</style>