Shades of Bahia #A5B521
Tints of Bahia #A5B521
RGB
CMYK
RGB Variations
Color information
#A5B521 (or 0xA5B521) is known color: Bahia. HEX triplet: A5, B5 and 21. RGB value is (165,181,33). Sum of RGB (Red+Green+Blue) = 165+181+33=379 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.54% from 379); Green value is 181 (71.09% from 255 or 47.76% from 379); Blue value is 33 (13.28% from 255 or 8.71% from 379); Max value from RGB is 181 - color contains mainly: green. Hex color #A5B521 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5B521 is #5A4ADE. Grayscale: #9F9F9F. Windows color (decimal): -5917407 or 2209189. OLE color: 2209189.
HSL color Cylindrical-coordinate representation of color #A5B521: hue angle of 66.49º 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 #A5B521 is Cyan = 0.09, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 165 | 181 | 33 | - |
| CMYK | 0.09 | 0 | 0.82 | 0.29 |
| HSL | 66.49º | 0.69% | 0.42% | - |
| HSV(B) | 66.49º | 0.82% | 0.71% | - |
| XYZ | 32.32 | 41.16 | 7.68 | - |
| YUV | 159.34 | 56.7 | 132.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 181 | 33 | 0.09 | 0 | 0.82 | 0.29 | 66.49 | 0.69 | 0.42 |
| Hex | A5 | B5 | 21 | 9 | 0 | 52 | 1D | 42 | 45 | 2A |
| Octal | 245 | 265 | 41 | 11 | 0 | 122 | 35 | 102 | 105 | 52 |
| Binary | 10100101 | 10110101 | 100001 | 1001 | 0 | 1010010 | 11101 | 1000010 | 1000101 | 101010 |
Color Harmonies of #A5B521
Complementary color
Monochromatic Colors of #A5B521
Black with #A5B521
Text Example
Text Example
White with #A5B521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B521; }
p { color: rgb(165,181,33); }
H1.HeaderClassName
{
color: #A5B521;
}
.AnyTagClassName
{
color: #A5B521;
}
</style>
background-color css
<style>
a { background-color: #A5B521; }
a { background-color: rgb(165,181,33); }
div.DivClassName
{
background-color: #A5B521;
}
.BgClassName
{
background-color: #A5B521;
}
</style>
border-color css
<style>
span { border-color: #A5B521; }
span { border-color: rgb(165,181,33); }
td.TdClassName
{
border-color: #A5B521;
}
.TagClassName
{
border-color: #A5B521;
}
</style>