Shades of Bahia #A0BE2B
Tints of Bahia #A0BE2B
RGB
CMYK
RGB Variations
Color information
#A0BE2B (or 0xA0BE2B) is known color: Bahia. HEX triplet: A0, BE and 2B. RGB value is (160,190,43). Sum of RGB (Red+Green+Blue) = 160+190+43=393 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.71% from 393); Green value is 190 (74.61% from 255 or 48.35% from 393); Blue value is 43 (17.19% from 255 or 10.94% from 393); Max value from RGB is 190 - color contains mainly: green. Hex color #A0BE2B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0BE2B is #5F41D4. Grayscale: #A4A4A4. Windows color (decimal): -6242773 or 2866848. OLE color: 2866848.
HSL color Cylindrical-coordinate representation of color #A0BE2B: hue angle of 72.24º 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 #A0BE2B is Cyan = 0.16, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 190 | 43 | - |
| CMYK | 0.16 | 0 | 0.77 | 0.25 |
| HSL | 72.24º | 0.63% | 0.46% | - |
| HSV(B) | 72.24º | 0.77% | 0.75% | - |
| XYZ | 33.35 | 44.47 | 9.11 | - |
| YUV | 164.27 | 59.56 | 124.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 190 | 43 | 0.16 | 0 | 0.77 | 0.25 | 72.24 | 0.63 | 0.46 |
| Hex | A0 | BE | 2B | 10 | 0 | 4D | 19 | 48 | 3F | 2E |
| Octal | 240 | 276 | 53 | 20 | 0 | 115 | 31 | 110 | 77 | 56 |
| Binary | 10100000 | 10111110 | 101011 | 10000 | 0 | 1001101 | 11001 | 1001000 | 111111 | 101110 |
Color Harmonies of #A0BE2B
Complementary color
Monochromatic Colors of #A0BE2B
Black with #A0BE2B
Text Example
Text Example
White with #A0BE2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BE2B; }
p { color: rgb(160,190,43); }
H1.HeaderClassName
{
color: #A0BE2B;
}
.AnyTagClassName
{
color: #A0BE2B;
}
</style>
background-color css
<style>
a { background-color: #A0BE2B; }
a { background-color: rgb(160,190,43); }
div.DivClassName
{
background-color: #A0BE2B;
}
.BgClassName
{
background-color: #A0BE2B;
}
</style>
border-color css
<style>
span { border-color: #A0BE2B; }
span { border-color: rgb(160,190,43); }
td.TdClassName
{
border-color: #A0BE2B;
}
.TagClassName
{
border-color: #A0BE2B;
}
</style>