Shades of Bahia #A0BB1A
Tints of Bahia #A0BB1A
RGB
CMYK
RGB Variations
Color information
#A0BB1A (or 0xA0BB1A) is known color: Bahia. HEX triplet: A0, BB and 1A. RGB value is (160,187,26). Sum of RGB (Red+Green+Blue) = 160+187+26=373 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.90% from 373); Green value is 187 (73.44% from 255 or 50.13% from 373); Blue value is 26 (10.55% from 255 or 6.97% from 373); Max value from RGB is 187 - color contains mainly: green. Hex color #A0BB1A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0BB1A is #5F44E5. Grayscale: #A1A1A1. Windows color (decimal): -6243558 or 1751968. OLE color: 1751968.
HSL color Cylindrical-coordinate representation of color #A0BB1A: hue angle of 70.06º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A0BB1A is Cyan = 0.14, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 187 | 26 | - |
| CMYK | 0.14 | 0 | 0.86 | 0.27 |
| HSL | 70.06º | 0.76% | 0.42% | - |
| HSV(B) | 70.06º | 0.86% | 0.73% | - |
| XYZ | 32.45 | 43.09 | 7.58 | - |
| YUV | 160.57 | 52.05 | 127.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 187 | 26 | 0.14 | 0 | 0.86 | 0.27 | 70.06 | 0.76 | 0.42 |
| Hex | A0 | BB | 1A | E | 0 | 56 | 1B | 46 | 4C | 2A |
| Octal | 240 | 273 | 32 | 16 | 0 | 126 | 33 | 106 | 114 | 52 |
| Binary | 10100000 | 10111011 | 11010 | 1110 | 0 | 1010110 | 11011 | 1000110 | 1001100 | 101010 |
Color Harmonies of #A0BB1A
Complementary color
Monochromatic Colors of #A0BB1A
Black with #A0BB1A
Text Example
Text Example
White with #A0BB1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BB1A; }
p { color: rgb(160,187,26); }
H1.HeaderClassName
{
color: #A0BB1A;
}
.AnyTagClassName
{
color: #A0BB1A;
}
</style>
background-color css
<style>
a { background-color: #A0BB1A; }
a { background-color: rgb(160,187,26); }
div.DivClassName
{
background-color: #A0BB1A;
}
.BgClassName
{
background-color: #A0BB1A;
}
</style>
border-color css
<style>
span { border-color: #A0BB1A; }
span { border-color: rgb(160,187,26); }
td.TdClassName
{
border-color: #A0BB1A;
}
.TagClassName
{
border-color: #A0BB1A;
}
</style>