Shades of Bahia #A5B528
Tints of Bahia #A5B528
RGB
CMYK
RGB Variations
Color information
#A5B528 (or 0xA5B528) is known color: Bahia. HEX triplet: A5, B5 and 28. RGB value is (165,181,40). Sum of RGB (Red+Green+Blue) = 165+181+40=386 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.75% from 386); Green value is 181 (71.09% from 255 or 46.89% from 386); Blue value is 40 (16.02% from 255 or 10.36% from 386); Max value from RGB is 181 - color contains mainly: green. Hex color #A5B528 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5B528 is #5A4AD7. Grayscale: #A0A0A0. Windows color (decimal): -5917400 or 2667941. OLE color: 2667941.
HSL color Cylindrical-coordinate representation of color #A5B528: hue angle of 66.81º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A5B528 is Cyan = 0.09, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 165 | 181 | 40 | - |
| CMYK | 0.09 | 0 | 0.78 | 0.29 |
| HSL | 66.81º | 0.64% | 0.43% | - |
| HSV(B) | 66.81º | 0.78% | 0.71% | - |
| XYZ | 32.42 | 41.2 | 8.25 | - |
| YUV | 160.14 | 60.2 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 181 | 40 | 0.09 | 0 | 0.78 | 0.29 | 66.81 | 0.64 | 0.43 |
| Hex | A5 | B5 | 28 | 9 | 0 | 4E | 1D | 43 | 40 | 2B |
| Octal | 245 | 265 | 50 | 11 | 0 | 116 | 35 | 103 | 100 | 53 |
| Binary | 10100101 | 10110101 | 101000 | 1001 | 0 | 1001110 | 11101 | 1000011 | 1000000 | 101011 |
Color Harmonies of #A5B528
Complementary color
Monochromatic Colors of #A5B528
Black with #A5B528
Text Example
Text Example
White with #A5B528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B528; }
p { color: rgb(165,181,40); }
H1.HeaderClassName
{
color: #A5B528;
}
.AnyTagClassName
{
color: #A5B528;
}
</style>
background-color css
<style>
a { background-color: #A5B528; }
a { background-color: rgb(165,181,40); }
div.DivClassName
{
background-color: #A5B528;
}
.BgClassName
{
background-color: #A5B528;
}
</style>
border-color css
<style>
span { border-color: #A5B528; }
span { border-color: rgb(165,181,40); }
td.TdClassName
{
border-color: #A5B528;
}
.TagClassName
{
border-color: #A5B528;
}
</style>