Shades of Bahia #A0BF21
Tints of Bahia #A0BF21
RGB
CMYK
RGB Variations
Color information
#A0BF21 (or 0xA0BF21) is known color: Bahia. HEX triplet: A0, BF and 21. RGB value is (160,191,33). Sum of RGB (Red+Green+Blue) = 160+191+33=384 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.67% from 384); Green value is 191 (75% from 255 or 49.74% from 384); Blue value is 33 (13.28% from 255 or 8.59% from 384); Max value from RGB is 191 - color contains mainly: green. Hex color #A0BF21 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0BF21 is #5F40DE. Grayscale: #A4A4A4. Windows color (decimal): -6242527 or 2211744. OLE color: 2211744.
HSL color Cylindrical-coordinate representation of color #A0BF21: hue angle of 71.77º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A0BF21 is Cyan = 0.16, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 191 | 33 | - |
| CMYK | 0.16 | 0 | 0.83 | 0.25 |
| HSL | 71.77º | 0.71% | 0.44% | - |
| HSV(B) | 71.77º | 0.83% | 0.75% | - |
| XYZ | 33.4 | 44.85 | 8.33 | - |
| YUV | 163.72 | 54.23 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 191 | 33 | 0.16 | 0 | 0.83 | 0.25 | 71.77 | 0.71 | 0.44 |
| Hex | A0 | BF | 21 | 10 | 0 | 53 | 19 | 48 | 47 | 2C |
| Octal | 240 | 277 | 41 | 20 | 0 | 123 | 31 | 110 | 107 | 54 |
| Binary | 10100000 | 10111111 | 100001 | 10000 | 0 | 1010011 | 11001 | 1001000 | 1000111 | 101100 |
Color Harmonies of #A0BF21
Complementary color
Monochromatic Colors of #A0BF21
Black with #A0BF21
Text Example
Text Example
White with #A0BF21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BF21; }
p { color: rgb(160,191,33); }
H1.HeaderClassName
{
color: #A0BF21;
}
.AnyTagClassName
{
color: #A0BF21;
}
</style>
background-color css
<style>
a { background-color: #A0BF21; }
a { background-color: rgb(160,191,33); }
div.DivClassName
{
background-color: #A0BF21;
}
.BgClassName
{
background-color: #A0BF21;
}
</style>
border-color css
<style>
span { border-color: #A0BF21; }
span { border-color: rgb(160,191,33); }
td.TdClassName
{
border-color: #A0BF21;
}
.TagClassName
{
border-color: #A0BF21;
}
</style>