Shades of Bahia #ACB812
Tints of Bahia #ACB812
RGB
CMYK
RGB Variations
Color information
#ACB812 (or 0xACB812) is known color: Bahia. HEX triplet: AC, B8 and 12. RGB value is (172,184,18). Sum of RGB (Red+Green+Blue) = 172+184+18=374 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.99% from 374); Green value is 184 (72.27% from 255 or 49.20% from 374); Blue value is 18 (7.42% from 255 or 4.81% from 374); Max value from RGB is 184 - color contains mainly: green. Hex color #ACB812 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACB812 is #5347ED. Grayscale: #A2A2A2. Windows color (decimal): -5457902 or 1226924. OLE color: 1226924.
HSL color Cylindrical-coordinate representation of color #ACB812: hue angle of 64.34º degrees, saturation: 0.82, 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 #ACB812 is Cyan = 0.07, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 172 | 184 | 18 | - |
| CMYK | 0.07 | 0 | 0.90 | 0.28 |
| HSL | 64.34º | 0.82% | 0.4% | - |
| HSV(B) | 64.34º | 0.9% | 0.72% | - |
| XYZ | 34.26 | 43.1 | 7.08 | - |
| YUV | 161.49 | 47.02 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 184 | 18 | 0.07 | 0 | 0.90 | 0.28 | 64.34 | 0.82 | 0.4 |
| Hex | AC | B8 | 12 | 7 | 0 | 5A | 1C | 40 | 52 | 28 |
| Octal | 254 | 270 | 22 | 7 | 0 | 132 | 34 | 100 | 122 | 50 |
| Binary | 10101100 | 10111000 | 10010 | 111 | 0 | 1011010 | 11100 | 1000000 | 1010010 | 101000 |
Color Harmonies of #ACB812
Complementary color
Monochromatic Colors of #ACB812
Black with #ACB812
Text Example
Text Example
White with #ACB812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB812; }
p { color: rgb(172,184,18); }
H1.HeaderClassName
{
color: #ACB812;
}
.AnyTagClassName
{
color: #ACB812;
}
</style>
background-color css
<style>
a { background-color: #ACB812; }
a { background-color: rgb(172,184,18); }
div.DivClassName
{
background-color: #ACB812;
}
.BgClassName
{
background-color: #ACB812;
}
</style>
border-color css
<style>
span { border-color: #ACB812; }
span { border-color: rgb(172,184,18); }
td.TdClassName
{
border-color: #ACB812;
}
.TagClassName
{
border-color: #ACB812;
}
</style>