Shades of Bahia #A5B331
Tints of Bahia #A5B331
RGB
CMYK
RGB Variations
Color information
#A5B331 (or 0xA5B331) is known color: Bahia. HEX triplet: A5, B3 and 31. RGB value is (165,179,49). Sum of RGB (Red+Green+Blue) = 165+179+49=393 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.98% from 393); Green value is 179 (70.31% from 255 or 45.55% from 393); Blue value is 49 (19.53% from 255 or 12.47% from 393); Max value from RGB is 179 - color contains mainly: green. Hex color #A5B331 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5B331 is #5A4CCE. Grayscale: #A0A0A0. Windows color (decimal): -5917903 or 3257253. OLE color: 3257253.
HSL color Cylindrical-coordinate representation of color #A5B331: hue angle of 66.46º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A5B331 is Cyan = 0.08, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 165 | 179 | 49 | - |
| CMYK | 0.08 | 0 | 0.73 | 0.30 |
| HSL | 66.46º | 0.57% | 0.45% | - |
| HSV(B) | 66.46º | 0.73% | 0.7% | - |
| XYZ | 32.19 | 40.46 | 9.02 | - |
| YUV | 159.99 | 65.36 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 179 | 49 | 0.08 | 0 | 0.73 | 0.30 | 66.46 | 0.57 | 0.45 |
| Hex | A5 | B3 | 31 | 8 | 0 | 49 | 1E | 42 | 39 | 2D |
| Octal | 245 | 263 | 61 | 10 | 0 | 111 | 36 | 102 | 71 | 55 |
| Binary | 10100101 | 10110011 | 110001 | 1000 | 0 | 1001001 | 11110 | 1000010 | 111001 | 101101 |
Color Harmonies of #A5B331
Complementary color
Monochromatic Colors of #A5B331
Black with #A5B331
Text Example
Text Example
White with #A5B331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B331; }
p { color: rgb(165,179,49); }
H1.HeaderClassName
{
color: #A5B331;
}
.AnyTagClassName
{
color: #A5B331;
}
</style>
background-color css
<style>
a { background-color: #A5B331; }
a { background-color: rgb(165,179,49); }
div.DivClassName
{
background-color: #A5B331;
}
.BgClassName
{
background-color: #A5B331;
}
</style>
border-color css
<style>
span { border-color: #A5B331; }
span { border-color: rgb(165,179,49); }
td.TdClassName
{
border-color: #A5B331;
}
.TagClassName
{
border-color: #A5B331;
}
</style>