Shades of Bahia #ABCE19
Tints of Bahia #ABCE19
RGB
CMYK
RGB Variations
Color information
#ABCE19 (or 0xABCE19) is known color: Bahia. HEX triplet: AB, CE and 19. RGB value is (171,206,25). Sum of RGB (Red+Green+Blue) = 171+206+25=402 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.54% from 402); Green value is 206 (80.86% from 255 or 51.24% from 402); Blue value is 25 (10.16% from 255 or 6.22% from 402); Max value from RGB is 206 - color contains mainly: green. Hex color #ABCE19 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABCE19 is #5431E6. Grayscale: #AFAFAF. Windows color (decimal): -5517799 or 1691307. OLE color: 1691307.
HSL color Cylindrical-coordinate representation of color #ABCE19: hue angle of 71.6º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ABCE19 is Cyan = 0.17, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 206 | 25 | - |
| CMYK | 0.17 | 0 | 0.88 | 0.19 |
| HSL | 71.6º | 0.78% | 0.45% | - |
| HSV(B) | 71.6º | 0.88% | 0.81% | - |
| XYZ | 39.04 | 52.87 | 9.07 | - |
| YUV | 174.9 | 43.4 | 125.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 206 | 25 | 0.17 | 0 | 0.88 | 0.19 | 71.6 | 0.78 | 0.45 |
| Hex | AB | CE | 19 | 11 | 0 | 58 | 13 | 48 | 4E | 2D |
| Octal | 253 | 316 | 31 | 21 | 0 | 130 | 23 | 110 | 116 | 55 |
| Binary | 10101011 | 11001110 | 11001 | 10001 | 0 | 1011000 | 10011 | 1001000 | 1001110 | 101101 |
Color Harmonies of #ABCE19
Complementary color
Monochromatic Colors of #ABCE19
Black with #ABCE19
Text Example
Text Example
White with #ABCE19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCE19; }
p { color: rgb(171,206,25); }
H1.HeaderClassName
{
color: #ABCE19;
}
.AnyTagClassName
{
color: #ABCE19;
}
</style>
background-color css
<style>
a { background-color: #ABCE19; }
a { background-color: rgb(171,206,25); }
div.DivClassName
{
background-color: #ABCE19;
}
.BgClassName
{
background-color: #ABCE19;
}
</style>
border-color css
<style>
span { border-color: #ABCE19; }
span { border-color: rgb(171,206,25); }
td.TdClassName
{
border-color: #ABCE19;
}
.TagClassName
{
border-color: #ABCE19;
}
</style>