Shades of Bahia #A5B125
Tints of Bahia #A5B125
RGB
CMYK
RGB Variations
Color information
#A5B125 (or 0xA5B125) is known color: Bahia. HEX triplet: A5, B1 and 25. RGB value is (165,177,37). Sum of RGB (Red+Green+Blue) = 165+177+37=379 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.54% from 379); Green value is 177 (69.53% from 255 or 46.70% from 379); Blue value is 37 (14.84% from 255 or 9.76% from 379); Max value from RGB is 177 - color contains mainly: green. Hex color #A5B125 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5B125 is #5A4EDA. Grayscale: #9E9E9E. Windows color (decimal): -5918427 or 2470309. OLE color: 2470309.
HSL color Cylindrical-coordinate representation of color #A5B125: hue angle of 65.14º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A5B125 is Cyan = 0.07, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 165 | 177 | 37 | - |
| CMYK | 0.07 | 0 | 0.79 | 0.31 |
| HSL | 65.14º | 0.65% | 0.42% | - |
| HSV(B) | 65.14º | 0.79% | 0.69% | - |
| XYZ | 31.57 | 39.58 | 7.73 | - |
| YUV | 157.45 | 60.02 | 133.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 177 | 37 | 0.07 | 0 | 0.79 | 0.31 | 65.14 | 0.65 | 0.42 |
| Hex | A5 | B1 | 25 | 7 | 0 | 4F | 1F | 41 | 41 | 2A |
| Octal | 245 | 261 | 45 | 7 | 0 | 117 | 37 | 101 | 101 | 52 |
| Binary | 10100101 | 10110001 | 100101 | 111 | 0 | 1001111 | 11111 | 1000001 | 1000001 | 101010 |
Color Harmonies of #A5B125
Complementary color
Monochromatic Colors of #A5B125
Black with #A5B125
Text Example
Text Example
White with #A5B125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B125; }
p { color: rgb(165,177,37); }
H1.HeaderClassName
{
color: #A5B125;
}
.AnyTagClassName
{
color: #A5B125;
}
</style>
background-color css
<style>
a { background-color: #A5B125; }
a { background-color: rgb(165,177,37); }
div.DivClassName
{
background-color: #A5B125;
}
.BgClassName
{
background-color: #A5B125;
}
</style>
border-color css
<style>
span { border-color: #A5B125; }
span { border-color: rgb(165,177,37); }
td.TdClassName
{
border-color: #A5B125;
}
.TagClassName
{
border-color: #A5B125;
}
</style>