Shades of Bahia #ABCE28
Tints of Bahia #ABCE28
RGB
CMYK
RGB Variations
Color information
#ABCE28 (or 0xABCE28) is known color: Bahia. HEX triplet: AB, CE and 28. RGB value is (171,206,40). Sum of RGB (Red+Green+Blue) = 171+206+40=417 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.01% from 417); Green value is 206 (80.86% from 255 or 49.40% from 417); Blue value is 40 (16.02% from 255 or 9.59% from 417); Max value from RGB is 206 - color contains mainly: green. Hex color #ABCE28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABCE28 is #5431D7. Grayscale: #B1B1B1. Windows color (decimal): -5517784 or 2674347. OLE color: 2674347.
HSL color Cylindrical-coordinate representation of color #ABCE28: hue angle of 72.65º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ABCE28 is Cyan = 0.17, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 206 | 40 | - |
| CMYK | 0.17 | 0 | 0.81 | 0.19 |
| HSL | 72.65º | 0.67% | 0.48% | - |
| HSV(B) | 72.65º | 0.81% | 0.81% | - |
| XYZ | 39.25 | 52.95 | 10.16 | - |
| YUV | 176.61 | 50.9 | 124 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 206 | 40 | 0.17 | 0 | 0.81 | 0.19 | 72.65 | 0.67 | 0.48 |
| Hex | AB | CE | 28 | 11 | 0 | 51 | 13 | 49 | 43 | 30 |
| Octal | 253 | 316 | 50 | 21 | 0 | 121 | 23 | 111 | 103 | 60 |
| Binary | 10101011 | 11001110 | 101000 | 10001 | 0 | 1010001 | 10011 | 1001001 | 1000011 | 110000 |
Color Harmonies of #ABCE28
Complementary color
Monochromatic Colors of #ABCE28
Black with #ABCE28
Text Example
Text Example
White with #ABCE28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCE28; }
p { color: rgb(171,206,40); }
H1.HeaderClassName
{
color: #ABCE28;
}
.AnyTagClassName
{
color: #ABCE28;
}
</style>
background-color css
<style>
a { background-color: #ABCE28; }
a { background-color: rgb(171,206,40); }
div.DivClassName
{
background-color: #ABCE28;
}
.BgClassName
{
background-color: #ABCE28;
}
</style>
border-color css
<style>
span { border-color: #ABCE28; }
span { border-color: rgb(171,206,40); }
td.TdClassName
{
border-color: #ABCE28;
}
.TagClassName
{
border-color: #ABCE28;
}
</style>