Shades of Bahia #A0BF2B
Tints of Bahia #A0BF2B
RGB
CMYK
RGB Variations
Color information
#A0BF2B (or 0xA0BF2B) is known color: Bahia. HEX triplet: A0, BF and 2B. RGB value is (160,191,43). Sum of RGB (Red+Green+Blue) = 160+191+43=394 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.61% from 394); Green value is 191 (75% from 255 or 48.48% from 394); Blue value is 43 (17.19% from 255 or 10.91% from 394); Max value from RGB is 191 - color contains mainly: green. Hex color #A0BF2B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0BF2B is #5F40D4. Grayscale: #A5A5A5. Windows color (decimal): -6242517 or 2867104. OLE color: 2867104.
HSL color Cylindrical-coordinate representation of color #A0BF2B: hue angle of 72.57º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A0BF2B is Cyan = 0.16, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 191 | 43 | - |
| CMYK | 0.16 | 0 | 0.77 | 0.25 |
| HSL | 72.57º | 0.63% | 0.46% | - |
| HSV(B) | 72.57º | 0.77% | 0.75% | - |
| XYZ | 33.56 | 44.91 | 9.18 | - |
| YUV | 164.86 | 59.23 | 124.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 191 | 43 | 0.16 | 0 | 0.77 | 0.25 | 72.57 | 0.63 | 0.46 |
| Hex | A0 | BF | 2B | 10 | 0 | 4D | 19 | 49 | 3F | 2E |
| Octal | 240 | 277 | 53 | 20 | 0 | 115 | 31 | 111 | 77 | 56 |
| Binary | 10100000 | 10111111 | 101011 | 10000 | 0 | 1001101 | 11001 | 1001001 | 111111 | 101110 |
Color Harmonies of #A0BF2B
Complementary color
Monochromatic Colors of #A0BF2B
Black with #A0BF2B
Text Example
Text Example
White with #A0BF2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BF2B; }
p { color: rgb(160,191,43); }
H1.HeaderClassName
{
color: #A0BF2B;
}
.AnyTagClassName
{
color: #A0BF2B;
}
</style>
background-color css
<style>
a { background-color: #A0BF2B; }
a { background-color: rgb(160,191,43); }
div.DivClassName
{
background-color: #A0BF2B;
}
.BgClassName
{
background-color: #A0BF2B;
}
</style>
border-color css
<style>
span { border-color: #A0BF2B; }
span { border-color: rgb(160,191,43); }
td.TdClassName
{
border-color: #A0BF2B;
}
.TagClassName
{
border-color: #A0BF2B;
}
</style>