Shades of Bahia #ABC00E
Tints of Bahia #ABC00E
RGB
CMYK
RGB Variations
Color information
#ABC00E (or 0xABC00E) is known color: Bahia. HEX triplet: AB, C0 and 0E. RGB value is (171,192,14). Sum of RGB (Red+Green+Blue) = 171+192+14=377 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.36% from 377); Green value is 192 (75.39% from 255 or 50.93% from 377); Blue value is 14 (5.86% from 255 or 3.71% from 377); Max value from RGB is 192 - color contains mainly: green. Hex color #ABC00E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC00E is #543FF1. Grayscale: #A6A6A6. Windows color (decimal): -5521394 or 966827. OLE color: 966827.
HSL color Cylindrical-coordinate representation of color #ABC00E: hue angle of 67.08º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ABC00E is Cyan = 0.11, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 171 | 192 | 14 | - |
| CMYK | 0.11 | 0 | 0.93 | 0.25 |
| HSL | 67.08º | 0.86% | 0.4% | - |
| HSV(B) | 67.08º | 0.93% | 0.75% | - |
| XYZ | 35.72 | 46.39 | 7.49 | - |
| YUV | 165.43 | 42.54 | 131.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 192 | 14 | 0.11 | 0 | 0.93 | 0.25 | 67.08 | 0.86 | 0.4 |
| Hex | AB | C0 | E | B | 0 | 5D | 19 | 43 | 56 | 28 |
| Octal | 253 | 300 | 16 | 13 | 0 | 135 | 31 | 103 | 126 | 50 |
| Binary | 10101011 | 11000000 | 1110 | 1011 | 0 | 1011101 | 11001 | 1000011 | 1010110 | 101000 |
Color Harmonies of #ABC00E
Complementary color
Monochromatic Colors of #ABC00E
Black with #ABC00E
Text Example
Text Example
White with #ABC00E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC00E; }
p { color: rgb(171,192,14); }
H1.HeaderClassName
{
color: #ABC00E;
}
.AnyTagClassName
{
color: #ABC00E;
}
</style>
background-color css
<style>
a { background-color: #ABC00E; }
a { background-color: rgb(171,192,14); }
div.DivClassName
{
background-color: #ABC00E;
}
.BgClassName
{
background-color: #ABC00E;
}
</style>
border-color css
<style>
span { border-color: #ABC00E; }
span { border-color: rgb(171,192,14); }
td.TdClassName
{
border-color: #ABC00E;
}
.TagClassName
{
border-color: #ABC00E;
}
</style>