Shades of Bahia #A0BE1B
Tints of Bahia #A0BE1B
RGB
CMYK
RGB Variations
Color information
#A0BE1B (or 0xA0BE1B) is known color: Bahia. HEX triplet: A0, BE and 1B. RGB value is (160,190,27). Sum of RGB (Red+Green+Blue) = 160+190+27=377 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.44% from 377); Green value is 190 (74.61% from 255 or 50.40% from 377); Blue value is 27 (10.94% from 255 or 7.16% from 377); Max value from RGB is 190 - color contains mainly: green. Hex color #A0BE1B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0BE1B is #5F41E4. Grayscale: #A3A3A3. Windows color (decimal): -6242789 or 1818272. OLE color: 1818272.
HSL color Cylindrical-coordinate representation of color #A0BE1B: hue angle of 71.04º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A0BE1B is Cyan = 0.16, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 190 | 27 | - |
| CMYK | 0.16 | 0 | 0.86 | 0.25 |
| HSL | 71.04º | 0.75% | 0.43% | - |
| HSV(B) | 71.04º | 0.86% | 0.75% | - |
| XYZ | 33.11 | 44.38 | 7.86 | - |
| YUV | 162.45 | 51.56 | 126.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 190 | 27 | 0.16 | 0 | 0.86 | 0.25 | 71.04 | 0.75 | 0.43 |
| Hex | A0 | BE | 1B | 10 | 0 | 56 | 19 | 47 | 4B | 2B |
| Octal | 240 | 276 | 33 | 20 | 0 | 126 | 31 | 107 | 113 | 53 |
| Binary | 10100000 | 10111110 | 11011 | 10000 | 0 | 1010110 | 11001 | 1000111 | 1001011 | 101011 |
Color Harmonies of #A0BE1B
Complementary color
Monochromatic Colors of #A0BE1B
Black with #A0BE1B
Text Example
Text Example
White with #A0BE1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BE1B; }
p { color: rgb(160,190,27); }
H1.HeaderClassName
{
color: #A0BE1B;
}
.AnyTagClassName
{
color: #A0BE1B;
}
</style>
background-color css
<style>
a { background-color: #A0BE1B; }
a { background-color: rgb(160,190,27); }
div.DivClassName
{
background-color: #A0BE1B;
}
.BgClassName
{
background-color: #A0BE1B;
}
</style>
border-color css
<style>
span { border-color: #A0BE1B; }
span { border-color: rgb(160,190,27); }
td.TdClassName
{
border-color: #A0BE1B;
}
.TagClassName
{
border-color: #A0BE1B;
}
</style>