Shades of Bahia #ABC80E
Tints of Bahia #ABC80E
RGB
CMYK
RGB Variations
Color information
#ABC80E (or 0xABC80E) is known color: Bahia. HEX triplet: AB, C8 and 0E. RGB value is (171,200,14). Sum of RGB (Red+Green+Blue) = 171+200+14=385 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.42% from 385); Green value is 200 (78.52% from 255 or 51.95% from 385); Blue value is 14 (5.86% from 255 or 3.64% from 385); Max value from RGB is 200 - color contains mainly: green. Hex color #ABC80E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC80E is #5437F1. Grayscale: #AAAAAA. Windows color (decimal): -5519346 or 968875. OLE color: 968875.
HSL color Cylindrical-coordinate representation of color #ABC80E: hue angle of 69.35º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ABC80E is Cyan = 0.14, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 171 | 200 | 14 | - |
| CMYK | 0.14 | 0 | 0.93 | 0.22 |
| HSL | 69.35º | 0.87% | 0.42% | - |
| HSV(B) | 69.35º | 0.93% | 0.78% | - |
| XYZ | 37.53 | 50 | 8.09 | - |
| YUV | 170.13 | 39.89 | 128.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 200 | 14 | 0.14 | 0 | 0.93 | 0.22 | 69.35 | 0.87 | 0.42 |
| Hex | AB | C8 | E | E | 0 | 5D | 16 | 45 | 57 | 2A |
| Octal | 253 | 310 | 16 | 16 | 0 | 135 | 26 | 105 | 127 | 52 |
| Binary | 10101011 | 11001000 | 1110 | 1110 | 0 | 1011101 | 10110 | 1000101 | 1010111 | 101010 |
Color Harmonies of #ABC80E
Complementary color
Monochromatic Colors of #ABC80E
Black with #ABC80E
Text Example
Text Example
White with #ABC80E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC80E; }
p { color: rgb(171,200,14); }
H1.HeaderClassName
{
color: #ABC80E;
}
.AnyTagClassName
{
color: #ABC80E;
}
</style>
background-color css
<style>
a { background-color: #ABC80E; }
a { background-color: rgb(171,200,14); }
div.DivClassName
{
background-color: #ABC80E;
}
.BgClassName
{
background-color: #ABC80E;
}
</style>
border-color css
<style>
span { border-color: #ABC80E; }
span { border-color: rgb(171,200,14); }
td.TdClassName
{
border-color: #ABC80E;
}
.TagClassName
{
border-color: #ABC80E;
}
</style>