Shades of Bahia #A0BE22
Tints of Bahia #A0BE22
RGB
CMYK
RGB Variations
Color information
#A0BE22 (or 0xA0BE22) is known color: Bahia. HEX triplet: A0, BE and 22. RGB value is (160,190,34). Sum of RGB (Red+Green+Blue) = 160+190+34=384 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.67% from 384); Green value is 190 (74.61% from 255 or 49.48% from 384); Blue value is 34 (13.67% from 255 or 8.85% from 384); Max value from RGB is 190 - color contains mainly: green. Hex color #A0BE22 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0BE22 is #5F41DD. Grayscale: #A3A3A3. Windows color (decimal): -6242782 or 2277024. OLE color: 2277024.
HSL color Cylindrical-coordinate representation of color #A0BE22: hue angle of 71.54º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A0BE22 is Cyan = 0.16, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 190 | 34 | - |
| CMYK | 0.16 | 0 | 0.82 | 0.25 |
| HSL | 71.54º | 0.7% | 0.44% | - |
| HSV(B) | 71.54º | 0.82% | 0.75% | - |
| XYZ | 33.2 | 44.42 | 8.34 | - |
| YUV | 163.25 | 55.06 | 125.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 190 | 34 | 0.16 | 0 | 0.82 | 0.25 | 71.54 | 0.7 | 0.44 |
| Hex | A0 | BE | 22 | 10 | 0 | 52 | 19 | 48 | 46 | 2C |
| Octal | 240 | 276 | 42 | 20 | 0 | 122 | 31 | 110 | 106 | 54 |
| Binary | 10100000 | 10111110 | 100010 | 10000 | 0 | 1010010 | 11001 | 1001000 | 1000110 | 101100 |
Color Harmonies of #A0BE22
Complementary color
Monochromatic Colors of #A0BE22
Black with #A0BE22
Text Example
Text Example
White with #A0BE22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BE22; }
p { color: rgb(160,190,34); }
H1.HeaderClassName
{
color: #A0BE22;
}
.AnyTagClassName
{
color: #A0BE22;
}
</style>
background-color css
<style>
a { background-color: #A0BE22; }
a { background-color: rgb(160,190,34); }
div.DivClassName
{
background-color: #A0BE22;
}
.BgClassName
{
background-color: #A0BE22;
}
</style>
border-color css
<style>
span { border-color: #A0BE22; }
span { border-color: rgb(160,190,34); }
td.TdClassName
{
border-color: #A0BE22;
}
.TagClassName
{
border-color: #A0BE22;
}
</style>