Shades of Bahia #A0BE1C
Tints of Bahia #A0BE1C
RGB
CMYK
RGB Variations
Color information
#A0BE1C (or 0xA0BE1C) is known color: Bahia. HEX triplet: A0, BE and 1C. RGB value is (160,190,28). Sum of RGB (Red+Green+Blue) = 160+190+28=378 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.33% from 378); Green value is 190 (74.61% from 255 or 50.26% from 378); Blue value is 28 (11.33% from 255 or 7.41% from 378); Max value from RGB is 190 - color contains mainly: green. Hex color #A0BE1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0BE1C is #5F41E3. Grayscale: #A3A3A3. Windows color (decimal): -6242788 or 1883808. OLE color: 1883808.
HSL color Cylindrical-coordinate representation of color #A0BE1C: hue angle of 71.11º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A0BE1C is Cyan = 0.16, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 190 | 28 | - |
| CMYK | 0.16 | 0 | 0.85 | 0.25 |
| HSL | 71.11º | 0.74% | 0.43% | - |
| HSV(B) | 71.11º | 0.85% | 0.75% | - |
| XYZ | 33.12 | 44.38 | 7.92 | - |
| YUV | 162.56 | 52.06 | 126.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 190 | 28 | 0.16 | 0 | 0.85 | 0.25 | 71.11 | 0.74 | 0.43 |
| Hex | A0 | BE | 1C | 10 | 0 | 55 | 19 | 47 | 4A | 2B |
| Octal | 240 | 276 | 34 | 20 | 0 | 125 | 31 | 107 | 112 | 53 |
| Binary | 10100000 | 10111110 | 11100 | 10000 | 0 | 1010101 | 11001 | 1000111 | 1001010 | 101011 |
Color Harmonies of #A0BE1C
Complementary color
Monochromatic Colors of #A0BE1C
Black with #A0BE1C
Text Example
Text Example
White with #A0BE1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BE1C; }
p { color: rgb(160,190,28); }
H1.HeaderClassName
{
color: #A0BE1C;
}
.AnyTagClassName
{
color: #A0BE1C;
}
</style>
background-color css
<style>
a { background-color: #A0BE1C; }
a { background-color: rgb(160,190,28); }
div.DivClassName
{
background-color: #A0BE1C;
}
.BgClassName
{
background-color: #A0BE1C;
}
</style>
border-color css
<style>
span { border-color: #A0BE1C; }
span { border-color: rgb(160,190,28); }
td.TdClassName
{
border-color: #A0BE1C;
}
.TagClassName
{
border-color: #A0BE1C;
}
</style>