Shades of Bahia #ABBA15
Tints of Bahia #ABBA15
RGB
CMYK
RGB Variations
Color information
#ABBA15 (or 0xABBA15) is known color: Bahia. HEX triplet: AB, BA and 15. RGB value is (171,186,21). Sum of RGB (Red+Green+Blue) = 171+186+21=378 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.24% from 378); Green value is 186 (73.05% from 255 or 49.21% from 378); Blue value is 21 (8.59% from 255 or 5.56% from 378); Max value from RGB is 186 - color contains mainly: green. Hex color #ABBA15 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABBA15 is #5445EA. Grayscale: #A3A3A3. Windows color (decimal): -5522923 or 1424043. OLE color: 1424043.
HSL color Cylindrical-coordinate representation of color #ABBA15: hue angle of 65.45º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ABBA15 is Cyan = 0.08, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 186 | 21 | - |
| CMYK | 0.08 | 0 | 0.89 | 0.27 |
| HSL | 65.45º | 0.8% | 0.41% | - |
| HSV(B) | 65.45º | 0.89% | 0.73% | - |
| XYZ | 34.49 | 43.83 | 7.35 | - |
| YUV | 162.71 | 48.03 | 133.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 186 | 21 | 0.08 | 0 | 0.89 | 0.27 | 65.45 | 0.8 | 0.41 |
| Hex | AB | BA | 15 | 8 | 0 | 59 | 1B | 41 | 50 | 29 |
| Octal | 253 | 272 | 25 | 10 | 0 | 131 | 33 | 101 | 120 | 51 |
| Binary | 10101011 | 10111010 | 10101 | 1000 | 0 | 1011001 | 11011 | 1000001 | 1010000 | 101001 |
Color Harmonies of #ABBA15
Complementary color
Monochromatic Colors of #ABBA15
Black with #ABBA15
Text Example
Text Example
White with #ABBA15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBA15; }
p { color: rgb(171,186,21); }
H1.HeaderClassName
{
color: #ABBA15;
}
.AnyTagClassName
{
color: #ABBA15;
}
</style>
background-color css
<style>
a { background-color: #ABBA15; }
a { background-color: rgb(171,186,21); }
div.DivClassName
{
background-color: #ABBA15;
}
.BgClassName
{
background-color: #ABBA15;
}
</style>
border-color css
<style>
span { border-color: #ABBA15; }
span { border-color: rgb(171,186,21); }
td.TdClassName
{
border-color: #ABBA15;
}
.TagClassName
{
border-color: #ABBA15;
}
</style>