Shades of Bahia #A5B915
Tints of Bahia #A5B915
RGB
CMYK
RGB Variations
Color information
#A5B915 (or 0xA5B915) is known color: Bahia. HEX triplet: A5, B9 and 15. RGB value is (165,185,21). Sum of RGB (Red+Green+Blue) = 165+185+21=371 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.47% from 371); Green value is 185 (72.66% from 255 or 49.87% from 371); Blue value is 21 (8.59% from 255 or 5.66% from 371); Max value from RGB is 185 - color contains mainly: green. Hex color #A5B915 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5B915 is #5A46EA. Grayscale: #A0A0A0. Windows color (decimal): -5916395 or 1423781. OLE color: 1423781.
HSL color Cylindrical-coordinate representation of color #A5B915: hue angle of 67.32º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A5B915 is Cyan = 0.11, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 165 | 185 | 21 | - |
| CMYK | 0.11 | 0 | 0.89 | 0.27 |
| HSL | 67.32º | 0.8% | 0.4% | - |
| HSV(B) | 67.32º | 0.89% | 0.73% | - |
| XYZ | 33 | 42.75 | 7.22 | - |
| YUV | 160.32 | 49.37 | 131.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 185 | 21 | 0.11 | 0 | 0.89 | 0.27 | 67.32 | 0.8 | 0.4 |
| Hex | A5 | B9 | 15 | B | 0 | 59 | 1B | 43 | 50 | 28 |
| Octal | 245 | 271 | 25 | 13 | 0 | 131 | 33 | 103 | 120 | 50 |
| Binary | 10100101 | 10111001 | 10101 | 1011 | 0 | 1011001 | 11011 | 1000011 | 1010000 | 101000 |
Color Harmonies of #A5B915
Complementary color
Monochromatic Colors of #A5B915
Black with #A5B915
Text Example
Text Example
White with #A5B915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B915; }
p { color: rgb(165,185,21); }
H1.HeaderClassName
{
color: #A5B915;
}
.AnyTagClassName
{
color: #A5B915;
}
</style>
background-color css
<style>
a { background-color: #A5B915; }
a { background-color: rgb(165,185,21); }
div.DivClassName
{
background-color: #A5B915;
}
.BgClassName
{
background-color: #A5B915;
}
</style>
border-color css
<style>
span { border-color: #A5B915; }
span { border-color: rgb(165,185,21); }
td.TdClassName
{
border-color: #A5B915;
}
.TagClassName
{
border-color: #A5B915;
}
</style>