Shades of Bahia #ABBA12
Tints of Bahia #ABBA12
RGB
CMYK
RGB Variations
Color information
#ABBA12 (or 0xABBA12) is known color: Bahia. HEX triplet: AB, BA and 12. RGB value is (171,186,18). Sum of RGB (Red+Green+Blue) = 171+186+18=375 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.6% from 375); Green value is 186 (73.05% from 255 or 49.6% from 375); Blue value is 18 (7.42% from 255 or 4.8% from 375); Max value from RGB is 186 - color contains mainly: green. Hex color #ABBA12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABBA12 is #5445ED. Grayscale: #A3A3A3. Windows color (decimal): -5522926 or 1227435. OLE color: 1227435.
HSL color Cylindrical-coordinate representation of color #ABBA12: hue angle of 65.36º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ABBA12 is Cyan = 0.08, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 186 | 18 | - |
| CMYK | 0.08 | 0 | 0.90 | 0.27 |
| HSL | 65.36º | 0.82% | 0.4% | - |
| HSV(B) | 65.36º | 0.9% | 0.73% | - |
| XYZ | 34.46 | 43.82 | 7.21 | - |
| YUV | 162.36 | 46.53 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 186 | 18 | 0.08 | 0 | 0.90 | 0.27 | 65.36 | 0.82 | 0.4 |
| Hex | AB | BA | 12 | 8 | 0 | 5A | 1B | 41 | 52 | 28 |
| Octal | 253 | 272 | 22 | 10 | 0 | 132 | 33 | 101 | 122 | 50 |
| Binary | 10101011 | 10111010 | 10010 | 1000 | 0 | 1011010 | 11011 | 1000001 | 1010010 | 101000 |
Color Harmonies of #ABBA12
Complementary color
Monochromatic Colors of #ABBA12
Black with #ABBA12
Text Example
Text Example
White with #ABBA12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBA12; }
p { color: rgb(171,186,18); }
H1.HeaderClassName
{
color: #ABBA12;
}
.AnyTagClassName
{
color: #ABBA12;
}
</style>
background-color css
<style>
a { background-color: #ABBA12; }
a { background-color: rgb(171,186,18); }
div.DivClassName
{
background-color: #ABBA12;
}
.BgClassName
{
background-color: #ABBA12;
}
</style>
border-color css
<style>
span { border-color: #ABBA12; }
span { border-color: rgb(171,186,18); }
td.TdClassName
{
border-color: #ABBA12;
}
.TagClassName
{
border-color: #ABBA12;
}
</style>