Shades of Bahia #ACB615
Tints of Bahia #ACB615
RGB
CMYK
RGB Variations
Color information
#ACB615 (or 0xACB615) is known color: Bahia. HEX triplet: AC, B6 and 15. RGB value is (172,182,21). Sum of RGB (Red+Green+Blue) = 172+182+21=375 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.87% from 375); Green value is 182 (71.48% from 255 or 48.53% from 375); Blue value is 21 (8.59% from 255 or 5.6% from 375); Max value from RGB is 182 - color contains mainly: green. Hex color #ACB615 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACB615 is #5349EA. Grayscale: #A1A1A1. Windows color (decimal): -5458411 or 1423020. OLE color: 1423020.
HSL color Cylindrical-coordinate representation of color #ACB615: hue angle of 63.73º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ACB615 is Cyan = 0.05, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 172 | 182 | 21 | - |
| CMYK | 0.05 | 0 | 0.88 | 0.29 |
| HSL | 63.73º | 0.79% | 0.4% | - |
| HSV(B) | 63.73º | 0.88% | 0.71% | - |
| XYZ | 33.88 | 42.28 | 7.08 | - |
| YUV | 160.66 | 49.19 | 136.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 182 | 21 | 0.05 | 0 | 0.88 | 0.29 | 63.73 | 0.79 | 0.4 |
| Hex | AC | B6 | 15 | 5 | 0 | 58 | 1D | 40 | 4F | 28 |
| Octal | 254 | 266 | 25 | 5 | 0 | 130 | 35 | 100 | 117 | 50 |
| Binary | 10101100 | 10110110 | 10101 | 101 | 0 | 1011000 | 11101 | 1000000 | 1001111 | 101000 |
Color Harmonies of #ACB615
Complementary color
Monochromatic Colors of #ACB615
Black with #ACB615
Text Example
Text Example
White with #ACB615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB615; }
p { color: rgb(172,182,21); }
H1.HeaderClassName
{
color: #ACB615;
}
.AnyTagClassName
{
color: #ACB615;
}
</style>
background-color css
<style>
a { background-color: #ACB615; }
a { background-color: rgb(172,182,21); }
div.DivClassName
{
background-color: #ACB615;
}
.BgClassName
{
background-color: #ACB615;
}
</style>
border-color css
<style>
span { border-color: #ACB615; }
span { border-color: rgb(172,182,21); }
td.TdClassName
{
border-color: #ACB615;
}
.TagClassName
{
border-color: #ACB615;
}
</style>