Shades of Bahia #ABBA2B
Tints of Bahia #ABBA2B
RGB
CMYK
RGB Variations
Color information
#ABBA2B (or 0xABBA2B) is known color: Bahia. HEX triplet: AB, BA and 2B. RGB value is (171,186,43). Sum of RGB (Red+Green+Blue) = 171+186+43=400 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.75% from 400); Green value is 186 (73.05% from 255 or 46.5% from 400); Blue value is 43 (17.19% from 255 or 10.75% from 400); Max value from RGB is 186 - color contains mainly: green. Hex color #ABBA2B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABBA2B is #5445D4. Grayscale: #A5A5A5. Windows color (decimal): -5522901 or 2865835. OLE color: 2865835.
HSL color Cylindrical-coordinate representation of color #ABBA2B: hue angle of 66.29º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ABBA2B is Cyan = 0.08, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 186 | 43 | - |
| CMYK | 0.08 | 0 | 0.77 | 0.27 |
| HSL | 66.29º | 0.62% | 0.45% | - |
| HSV(B) | 66.29º | 0.77% | 0.73% | - |
| XYZ | 34.79 | 43.95 | 8.94 | - |
| YUV | 165.21 | 59.03 | 132.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 186 | 43 | 0.08 | 0 | 0.77 | 0.27 | 66.29 | 0.62 | 0.45 |
| Hex | AB | BA | 2B | 8 | 0 | 4D | 1B | 42 | 3E | 2D |
| Octal | 253 | 272 | 53 | 10 | 0 | 115 | 33 | 102 | 76 | 55 |
| Binary | 10101011 | 10111010 | 101011 | 1000 | 0 | 1001101 | 11011 | 1000010 | 111110 | 101101 |
Color Harmonies of #ABBA2B
Complementary color
Monochromatic Colors of #ABBA2B
Black with #ABBA2B
Text Example
Text Example
White with #ABBA2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBA2B; }
p { color: rgb(171,186,43); }
H1.HeaderClassName
{
color: #ABBA2B;
}
.AnyTagClassName
{
color: #ABBA2B;
}
</style>
background-color css
<style>
a { background-color: #ABBA2B; }
a { background-color: rgb(171,186,43); }
div.DivClassName
{
background-color: #ABBA2B;
}
.BgClassName
{
background-color: #ABBA2B;
}
</style>
border-color css
<style>
span { border-color: #ABBA2B; }
span { border-color: rgb(171,186,43); }
td.TdClassName
{
border-color: #ABBA2B;
}
.TagClassName
{
border-color: #ABBA2B;
}
</style>