Shades of Bahia #A4B521
Tints of Bahia #A4B521
RGB
CMYK
RGB Variations
Color information
#A4B521 (or 0xA4B521) is known color: Bahia. HEX triplet: A4, B5 and 21. RGB value is (164,181,33). Sum of RGB (Red+Green+Blue) = 164+181+33=378 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.39% from 378); Green value is 181 (71.09% from 255 or 47.88% from 378); Blue value is 33 (13.28% from 255 or 8.73% from 378); Max value from RGB is 181 - color contains mainly: green. Hex color #A4B521 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4B521 is #5B4ADE. Grayscale: #9F9F9F. Windows color (decimal): -5982943 or 2209188. OLE color: 2209188.
HSL color Cylindrical-coordinate representation of color #A4B521: hue angle of 66.89º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A4B521 is Cyan = 0.09, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 164 | 181 | 33 | - |
| CMYK | 0.09 | 0 | 0.82 | 0.29 |
| HSL | 66.89º | 0.69% | 0.42% | - |
| HSV(B) | 66.89º | 0.82% | 0.71% | - |
| XYZ | 32.11 | 41.05 | 7.67 | - |
| YUV | 159.05 | 56.87 | 131.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 181 | 33 | 0.09 | 0 | 0.82 | 0.29 | 66.89 | 0.69 | 0.42 |
| Hex | A4 | B5 | 21 | 9 | 0 | 52 | 1D | 43 | 45 | 2A |
| Octal | 244 | 265 | 41 | 11 | 0 | 122 | 35 | 103 | 105 | 52 |
| Binary | 10100100 | 10110101 | 100001 | 1001 | 0 | 1010010 | 11101 | 1000011 | 1000101 | 101010 |
Color Harmonies of #A4B521
Complementary color
Monochromatic Colors of #A4B521
Black with #A4B521
Text Example
Text Example
White with #A4B521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4B521; }
p { color: rgb(164,181,33); }
H1.HeaderClassName
{
color: #A4B521;
}
.AnyTagClassName
{
color: #A4B521;
}
</style>
background-color css
<style>
a { background-color: #A4B521; }
a { background-color: rgb(164,181,33); }
div.DivClassName
{
background-color: #A4B521;
}
.BgClassName
{
background-color: #A4B521;
}
</style>
border-color css
<style>
span { border-color: #A4B521; }
span { border-color: rgb(164,181,33); }
td.TdClassName
{
border-color: #A4B521;
}
.TagClassName
{
border-color: #A4B521;
}
</style>