Shades of Bahia #ABC10E
Tints of Bahia #ABC10E
RGB
CMYK
RGB Variations
Color information
#ABC10E (or 0xABC10E) is known color: Bahia. HEX triplet: AB, C1 and 0E. RGB value is (171,193,14). Sum of RGB (Red+Green+Blue) = 171+193+14=378 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.24% from 378); Green value is 193 (75.78% from 255 or 51.06% from 378); Blue value is 14 (5.86% from 255 or 3.70% from 378); Max value from RGB is 193 - color contains mainly: green. Hex color #ABC10E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC10E is #543EF1. Grayscale: #A6A6A6. Windows color (decimal): -5521138 or 967083. OLE color: 967083.
HSL color Cylindrical-coordinate representation of color #ABC10E: hue angle of 67.37º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ABC10E is Cyan = 0.11, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 193 | 14 | - |
| CMYK | 0.11 | 0 | 0.93 | 0.24 |
| HSL | 67.37º | 0.86% | 0.41% | - |
| HSV(B) | 67.37º | 0.93% | 0.76% | - |
| XYZ | 35.94 | 46.83 | 7.56 | - |
| YUV | 166.02 | 42.21 | 131.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 193 | 14 | 0.11 | 0 | 0.93 | 0.24 | 67.37 | 0.86 | 0.41 |
| Hex | AB | C1 | E | B | 0 | 5D | 18 | 43 | 56 | 29 |
| Octal | 253 | 301 | 16 | 13 | 0 | 135 | 30 | 103 | 126 | 51 |
| Binary | 10101011 | 11000001 | 1110 | 1011 | 0 | 1011101 | 11000 | 1000011 | 1010110 | 101001 |
Color Harmonies of #ABC10E
Complementary color
Monochromatic Colors of #ABC10E
Black with #ABC10E
Text Example
Text Example
White with #ABC10E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC10E; }
p { color: rgb(171,193,14); }
H1.HeaderClassName
{
color: #ABC10E;
}
.AnyTagClassName
{
color: #ABC10E;
}
</style>
background-color css
<style>
a { background-color: #ABC10E; }
a { background-color: rgb(171,193,14); }
div.DivClassName
{
background-color: #ABC10E;
}
.BgClassName
{
background-color: #ABC10E;
}
</style>
border-color css
<style>
span { border-color: #ABC10E; }
span { border-color: rgb(171,193,14); }
td.TdClassName
{
border-color: #ABC10E;
}
.TagClassName
{
border-color: #ABC10E;
}
</style>