Shades of Bahia #ABBA2E
Tints of Bahia #ABBA2E
RGB
CMYK
RGB Variations
Color information
#ABBA2E (or 0xABBA2E) is known color: Bahia. HEX triplet: AB, BA and 2E. RGB value is (171,186,46). Sum of RGB (Red+Green+Blue) = 171+186+46=403 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.43% from 403); Green value is 186 (73.05% from 255 or 46.15% from 403); Blue value is 46 (18.36% from 255 or 11.41% from 403); Max value from RGB is 186 - color contains mainly: green. Hex color #ABBA2E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABBA2E is #5445D1. Grayscale: #A6A6A6. Windows color (decimal): -5522898 or 3062443. OLE color: 3062443.
HSL color Cylindrical-coordinate representation of color #ABBA2E: hue angle of 66.43º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ABBA2E is Cyan = 0.08, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 186 | 46 | - |
| CMYK | 0.08 | 0 | 0.75 | 0.27 |
| HSL | 66.43º | 0.6% | 0.45% | - |
| HSV(B) | 66.43º | 0.75% | 0.73% | - |
| XYZ | 34.85 | 43.97 | 9.24 | - |
| YUV | 165.56 | 60.53 | 131.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 186 | 46 | 0.08 | 0 | 0.75 | 0.27 | 66.43 | 0.6 | 0.45 |
| Hex | AB | BA | 2E | 8 | 0 | 4B | 1B | 42 | 3C | 2D |
| Octal | 253 | 272 | 56 | 10 | 0 | 113 | 33 | 102 | 74 | 55 |
| Binary | 10101011 | 10111010 | 101110 | 1000 | 0 | 1001011 | 11011 | 1000010 | 111100 | 101101 |
Color Harmonies of #ABBA2E
Complementary color
Monochromatic Colors of #ABBA2E
Black with #ABBA2E
Text Example
Text Example
White with #ABBA2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBA2E; }
p { color: rgb(171,186,46); }
H1.HeaderClassName
{
color: #ABBA2E;
}
.AnyTagClassName
{
color: #ABBA2E;
}
</style>
background-color css
<style>
a { background-color: #ABBA2E; }
a { background-color: rgb(171,186,46); }
div.DivClassName
{
background-color: #ABBA2E;
}
.BgClassName
{
background-color: #ABBA2E;
}
</style>
border-color css
<style>
span { border-color: #ABBA2E; }
span { border-color: rgb(171,186,46); }
td.TdClassName
{
border-color: #ABBA2E;
}
.TagClassName
{
border-color: #ABBA2E;
}
</style>