Shades of Bahia #ACB813
Tints of Bahia #ACB813
RGB
CMYK
RGB Variations
Color information
#ACB813 (or 0xACB813) is known color: Bahia. HEX triplet: AC, B8 and 13. RGB value is (172,184,19). Sum of RGB (Red+Green+Blue) = 172+184+19=375 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.87% from 375); Green value is 184 (72.27% from 255 or 49.07% from 375); Blue value is 19 (7.81% from 255 or 5.07% from 375); Max value from RGB is 184 - color contains mainly: green. Hex color #ACB813 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACB813 is #5347EC. Grayscale: #A2A2A2. Windows color (decimal): -5457901 or 1292460. OLE color: 1292460.
HSL color Cylindrical-coordinate representation of color #ACB813: hue angle of 64.36º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ACB813 is Cyan = 0.07, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 172 | 184 | 19 | - |
| CMYK | 0.07 | 0 | 0.90 | 0.28 |
| HSL | 64.36º | 0.81% | 0.4% | - |
| HSV(B) | 64.36º | 0.9% | 0.72% | - |
| XYZ | 34.27 | 43.1 | 7.13 | - |
| YUV | 161.6 | 47.52 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 184 | 19 | 0.07 | 0 | 0.90 | 0.28 | 64.36 | 0.81 | 0.4 |
| Hex | AC | B8 | 13 | 7 | 0 | 5A | 1C | 40 | 51 | 28 |
| Octal | 254 | 270 | 23 | 7 | 0 | 132 | 34 | 100 | 121 | 50 |
| Binary | 10101100 | 10111000 | 10011 | 111 | 0 | 1011010 | 11100 | 1000000 | 1010001 | 101000 |
Color Harmonies of #ACB813
Complementary color
Monochromatic Colors of #ACB813
Black with #ACB813
Text Example
Text Example
White with #ACB813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB813; }
p { color: rgb(172,184,19); }
H1.HeaderClassName
{
color: #ACB813;
}
.AnyTagClassName
{
color: #ACB813;
}
</style>
background-color css
<style>
a { background-color: #ACB813; }
a { background-color: rgb(172,184,19); }
div.DivClassName
{
background-color: #ACB813;
}
.BgClassName
{
background-color: #ACB813;
}
</style>
border-color css
<style>
span { border-color: #ACB813; }
span { border-color: rgb(172,184,19); }
td.TdClassName
{
border-color: #ACB813;
}
.TagClassName
{
border-color: #ACB813;
}
</style>