Shades of Bahia #A0BE14
Tints of Bahia #A0BE14
RGB
CMYK
RGB Variations
Color information
#A0BE14 (or 0xA0BE14) is known color: Bahia. HEX triplet: A0, BE and 14. RGB value is (160,190,20). Sum of RGB (Red+Green+Blue) = 160+190+20=370 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.24% from 370); Green value is 190 (74.61% from 255 or 51.35% from 370); Blue value is 20 (8.20% from 255 or 5.41% from 370); Max value from RGB is 190 - color contains mainly: green. Hex color #A0BE14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0BE14 is #5F41EB. Grayscale: #A2A2A2. Windows color (decimal): -6242796 or 1359520. OLE color: 1359520.
HSL color Cylindrical-coordinate representation of color #A0BE14: hue angle of 70.59º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A0BE14 is Cyan = 0.16, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 190 | 20 | - |
| CMYK | 0.16 | 0 | 0.89 | 0.25 |
| HSL | 70.59º | 0.81% | 0.41% | - |
| HSV(B) | 70.59º | 0.89% | 0.75% | - |
| XYZ | 33.04 | 44.35 | 7.48 | - |
| YUV | 161.65 | 48.06 | 126.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 190 | 20 | 0.16 | 0 | 0.89 | 0.25 | 70.59 | 0.81 | 0.41 |
| Hex | A0 | BE | 14 | 10 | 0 | 59 | 19 | 47 | 51 | 29 |
| Octal | 240 | 276 | 24 | 20 | 0 | 131 | 31 | 107 | 121 | 51 |
| Binary | 10100000 | 10111110 | 10100 | 10000 | 0 | 1011001 | 11001 | 1000111 | 1010001 | 101001 |
Color Harmonies of #A0BE14
Complementary color
Monochromatic Colors of #A0BE14
Black with #A0BE14
Text Example
Text Example
White with #A0BE14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BE14; }
p { color: rgb(160,190,20); }
H1.HeaderClassName
{
color: #A0BE14;
}
.AnyTagClassName
{
color: #A0BE14;
}
</style>
background-color css
<style>
a { background-color: #A0BE14; }
a { background-color: rgb(160,190,20); }
div.DivClassName
{
background-color: #A0BE14;
}
.BgClassName
{
background-color: #A0BE14;
}
</style>
border-color css
<style>
span { border-color: #A0BE14; }
span { border-color: rgb(160,190,20); }
td.TdClassName
{
border-color: #A0BE14;
}
.TagClassName
{
border-color: #A0BE14;
}
</style>