Shades of Bahia #A4BE21
Tints of Bahia #A4BE21
RGB
CMYK
RGB Variations
Color information
#A4BE21 (or 0xA4BE21) is known color: Bahia. HEX triplet: A4, BE and 21. RGB value is (164,190,33). Sum of RGB (Red+Green+Blue) = 164+190+33=387 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.38% from 387); Green value is 190 (74.61% from 255 or 49.10% from 387); Blue value is 33 (13.28% from 255 or 8.53% from 387); Max value from RGB is 190 - color contains mainly: green. Hex color #A4BE21 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4BE21 is #5B41DE. Grayscale: #A4A4A4. Windows color (decimal): -5980639 or 2211492. OLE color: 2211492.
HSL color Cylindrical-coordinate representation of color #A4BE21: hue angle of 69.94º degrees, saturation: 0.7, 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 #A4BE21 is Cyan = 0.14, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 164 | 190 | 33 | - |
| CMYK | 0.14 | 0 | 0.83 | 0.25 |
| HSL | 69.94º | 0.7% | 0.44% | - |
| HSV(B) | 69.94º | 0.83% | 0.75% | - |
| XYZ | 34 | 44.83 | 8.3 | - |
| YUV | 164.33 | 53.89 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 190 | 33 | 0.14 | 0 | 0.83 | 0.25 | 69.94 | 0.7 | 0.44 |
| Hex | A4 | BE | 21 | E | 0 | 53 | 19 | 46 | 46 | 2C |
| Octal | 244 | 276 | 41 | 16 | 0 | 123 | 31 | 106 | 106 | 54 |
| Binary | 10100100 | 10111110 | 100001 | 1110 | 0 | 1010011 | 11001 | 1000110 | 1000110 | 101100 |
Color Harmonies of #A4BE21
Complementary color
Monochromatic Colors of #A4BE21
Black with #A4BE21
Text Example
Text Example
White with #A4BE21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4BE21; }
p { color: rgb(164,190,33); }
H1.HeaderClassName
{
color: #A4BE21;
}
.AnyTagClassName
{
color: #A4BE21;
}
</style>
background-color css
<style>
a { background-color: #A4BE21; }
a { background-color: rgb(164,190,33); }
div.DivClassName
{
background-color: #A4BE21;
}
.BgClassName
{
background-color: #A4BE21;
}
</style>
border-color css
<style>
span { border-color: #A4BE21; }
span { border-color: rgb(164,190,33); }
td.TdClassName
{
border-color: #A4BE21;
}
.TagClassName
{
border-color: #A4BE21;
}
</style>