Shades of Bahia #ACB331
Tints of Bahia #ACB331
RGB
CMYK
RGB Variations
Color information
#ACB331 (or 0xACB331) is known color: Bahia. HEX triplet: AC, B3 and 31. RGB value is (172,179,49). Sum of RGB (Red+Green+Blue) = 172+179+49=400 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43% from 400); Green value is 179 (70.31% from 255 or 44.75% from 400); Blue value is 49 (19.53% from 255 or 12.25% from 400); Max value from RGB is 179 - color contains mainly: green. Hex color #ACB331 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB331 is #534CCE. Grayscale: #A2A2A2. Windows color (decimal): -5459151 or 3257260. OLE color: 3257260.
HSL color Cylindrical-coordinate representation of color #ACB331: hue angle of 63.23º 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 #ACB331 is Cyan = 0.04, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 172 | 179 | 49 | - |
| CMYK | 0.04 | 0 | 0.73 | 0.30 |
| HSL | 63.23º | 0.57% | 0.45% | - |
| HSV(B) | 63.23º | 0.73% | 0.7% | - |
| XYZ | 33.69 | 41.23 | 9.09 | - |
| YUV | 162.09 | 64.18 | 135.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 179 | 49 | 0.04 | 0 | 0.73 | 0.30 | 63.23 | 0.57 | 0.45 |
| Hex | AC | B3 | 31 | 4 | 0 | 49 | 1E | 3F | 39 | 2D |
| Octal | 254 | 263 | 61 | 4 | 0 | 111 | 36 | 77 | 71 | 55 |
| Binary | 10101100 | 10110011 | 110001 | 100 | 0 | 1001001 | 11110 | 111111 | 111001 | 101101 |
Color Harmonies of #ACB331
Complementary color
Monochromatic Colors of #ACB331
Black with #ACB331
Text Example
Text Example
White with #ACB331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB331; }
p { color: rgb(172,179,49); }
H1.HeaderClassName
{
color: #ACB331;
}
.AnyTagClassName
{
color: #ACB331;
}
</style>
background-color css
<style>
a { background-color: #ACB331; }
a { background-color: rgb(172,179,49); }
div.DivClassName
{
background-color: #ACB331;
}
.BgClassName
{
background-color: #ACB331;
}
</style>
border-color css
<style>
span { border-color: #ACB331; }
span { border-color: rgb(172,179,49); }
td.TdClassName
{
border-color: #ACB331;
}
.TagClassName
{
border-color: #ACB331;
}
</style>