Shades of Bahia #ABCE1F
Tints of Bahia #ABCE1F
RGB
CMYK
RGB Variations
Color information
#ABCE1F (or 0xABCE1F) is known color: Bahia. HEX triplet: AB, CE and 1F. RGB value is (171,206,31). Sum of RGB (Red+Green+Blue) = 171+206+31=408 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.91% from 408); Green value is 206 (80.86% from 255 or 50.49% from 408); Blue value is 31 (12.5% from 255 or 7.60% from 408); Max value from RGB is 206 - color contains mainly: green. Hex color #ABCE1F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABCE1F is #5431E0. Grayscale: #B0B0B0. Windows color (decimal): -5517793 or 2084523. OLE color: 2084523.
HSL color Cylindrical-coordinate representation of color #ABCE1F: hue angle of 72º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ABCE1F is Cyan = 0.17, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 206 | 31 | - |
| CMYK | 0.17 | 0 | 0.85 | 0.19 |
| HSL | 72º | 0.74% | 0.46% | - |
| HSV(B) | 72º | 0.85% | 0.81% | - |
| XYZ | 39.11 | 52.9 | 9.45 | - |
| YUV | 175.59 | 46.4 | 124.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 206 | 31 | 0.17 | 0 | 0.85 | 0.19 | 72 | 0.74 | 0.46 |
| Hex | AB | CE | 1F | 11 | 0 | 55 | 13 | 48 | 4A | 2E |
| Octal | 253 | 316 | 37 | 21 | 0 | 125 | 23 | 110 | 112 | 56 |
| Binary | 10101011 | 11001110 | 11111 | 10001 | 0 | 1010101 | 10011 | 1001000 | 1001010 | 101110 |
Color Harmonies of #ABCE1F
Complementary color
Monochromatic Colors of #ABCE1F
Black with #ABCE1F
Text Example
Text Example
White with #ABCE1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCE1F; }
p { color: rgb(171,206,31); }
H1.HeaderClassName
{
color: #ABCE1F;
}
.AnyTagClassName
{
color: #ABCE1F;
}
</style>
background-color css
<style>
a { background-color: #ABCE1F; }
a { background-color: rgb(171,206,31); }
div.DivClassName
{
background-color: #ABCE1F;
}
.BgClassName
{
background-color: #ABCE1F;
}
</style>
border-color css
<style>
span { border-color: #ABCE1F; }
span { border-color: rgb(171,206,31); }
td.TdClassName
{
border-color: #ABCE1F;
}
.TagClassName
{
border-color: #ABCE1F;
}
</style>