Shades of Bahia #ABCE16
Tints of Bahia #ABCE16
RGB
CMYK
RGB Variations
Color information
#ABCE16 (or 0xABCE16) is known color: Bahia. HEX triplet: AB, CE and 16. RGB value is (171,206,22). Sum of RGB (Red+Green+Blue) = 171+206+22=399 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.86% from 399); Green value is 206 (80.86% from 255 or 51.63% from 399); Blue value is 22 (8.98% from 255 or 5.51% from 399); Max value from RGB is 206 - color contains mainly: green. Hex color #ABCE16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABCE16 is #5431E9. Grayscale: #AFAFAF. Windows color (decimal): -5517802 or 1494699. OLE color: 1494699.
HSL color Cylindrical-coordinate representation of color #ABCE16: hue angle of 71.41º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ABCE16 is Cyan = 0.17, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 206 | 22 | - |
| CMYK | 0.17 | 0 | 0.89 | 0.19 |
| HSL | 71.41º | 0.81% | 0.45% | - |
| HSV(B) | 71.41º | 0.89% | 0.81% | - |
| XYZ | 39.01 | 52.86 | 8.91 | - |
| YUV | 174.56 | 41.9 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 206 | 22 | 0.17 | 0 | 0.89 | 0.19 | 71.41 | 0.81 | 0.45 |
| Hex | AB | CE | 16 | 11 | 0 | 59 | 13 | 47 | 51 | 2D |
| Octal | 253 | 316 | 26 | 21 | 0 | 131 | 23 | 107 | 121 | 55 |
| Binary | 10101011 | 11001110 | 10110 | 10001 | 0 | 1011001 | 10011 | 1000111 | 1010001 | 101101 |
Color Harmonies of #ABCE16
Complementary color
Monochromatic Colors of #ABCE16
Black with #ABCE16
Text Example
Text Example
White with #ABCE16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCE16; }
p { color: rgb(171,206,22); }
H1.HeaderClassName
{
color: #ABCE16;
}
.AnyTagClassName
{
color: #ABCE16;
}
</style>
background-color css
<style>
a { background-color: #ABCE16; }
a { background-color: rgb(171,206,22); }
div.DivClassName
{
background-color: #ABCE16;
}
.BgClassName
{
background-color: #ABCE16;
}
</style>
border-color css
<style>
span { border-color: #ABCE16; }
span { border-color: rgb(171,206,22); }
td.TdClassName
{
border-color: #ABCE16;
}
.TagClassName
{
border-color: #ABCE16;
}
</style>