Shades of Bahia #ABBA1E
Tints of Bahia #ABBA1E
RGB
CMYK
RGB Variations
Color information
#ABBA1E (or 0xABBA1E) is known color: Bahia. HEX triplet: AB, BA and 1E. RGB value is (171,186,30). Sum of RGB (Red+Green+Blue) = 171+186+30=387 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.19% from 387); Green value is 186 (73.05% from 255 or 48.06% from 387); Blue value is 30 (12.11% from 255 or 7.75% from 387); Max value from RGB is 186 - color contains mainly: green. Hex color #ABBA1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABBA1E is #5445E1. Grayscale: #A4A4A4. Windows color (decimal): -5522914 or 2013867. OLE color: 2013867.
HSL color Cylindrical-coordinate representation of color #ABBA1E: hue angle of 65.77º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ABBA1E is Cyan = 0.08, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 186 | 30 | - |
| CMYK | 0.08 | 0 | 0.84 | 0.27 |
| HSL | 65.77º | 0.72% | 0.42% | - |
| HSV(B) | 65.77º | 0.84% | 0.73% | - |
| XYZ | 34.59 | 43.87 | 7.87 | - |
| YUV | 163.73 | 52.53 | 133.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 186 | 30 | 0.08 | 0 | 0.84 | 0.27 | 65.77 | 0.72 | 0.42 |
| Hex | AB | BA | 1E | 8 | 0 | 54 | 1B | 42 | 48 | 2A |
| Octal | 253 | 272 | 36 | 10 | 0 | 124 | 33 | 102 | 110 | 52 |
| Binary | 10101011 | 10111010 | 11110 | 1000 | 0 | 1010100 | 11011 | 1000010 | 1001000 | 101010 |
Color Harmonies of #ABBA1E
Complementary color
Monochromatic Colors of #ABBA1E
Black with #ABBA1E
Text Example
Text Example
White with #ABBA1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBA1E; }
p { color: rgb(171,186,30); }
H1.HeaderClassName
{
color: #ABBA1E;
}
.AnyTagClassName
{
color: #ABBA1E;
}
</style>
background-color css
<style>
a { background-color: #ABBA1E; }
a { background-color: rgb(171,186,30); }
div.DivClassName
{
background-color: #ABBA1E;
}
.BgClassName
{
background-color: #ABBA1E;
}
</style>
border-color css
<style>
span { border-color: #ABBA1E; }
span { border-color: rgb(171,186,30); }
td.TdClassName
{
border-color: #ABBA1E;
}
.TagClassName
{
border-color: #ABBA1E;
}
</style>