Shades of Bahia #ACB52E
Tints of Bahia #ACB52E
RGB
CMYK
RGB Variations
Color information
#ACB52E (or 0xACB52E) is known color: Bahia. HEX triplet: AC, B5 and 2E. RGB value is (172,181,46). Sum of RGB (Red+Green+Blue) = 172+181+46=399 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.11% from 399); Green value is 181 (71.09% from 255 or 45.36% from 399); Blue value is 46 (18.36% from 255 or 11.53% from 399); Max value from RGB is 181 - color contains mainly: green. Hex color #ACB52E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB52E is #534AD1. Grayscale: #A3A3A3. Windows color (decimal): -5458642 or 3061164. OLE color: 3061164.
HSL color Cylindrical-coordinate representation of color #ACB52E: hue angle of 64º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ACB52E is Cyan = 0.05, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 172 | 181 | 46 | - |
| CMYK | 0.05 | 0 | 0.75 | 0.29 |
| HSL | 64º | 0.59% | 0.45% | - |
| HSV(B) | 64º | 0.75% | 0.71% | - |
| XYZ | 34.03 | 42.02 | 8.9 | - |
| YUV | 162.92 | 62.02 | 134.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 181 | 46 | 0.05 | 0 | 0.75 | 0.29 | 64 | 0.59 | 0.45 |
| Hex | AC | B5 | 2E | 5 | 0 | 4B | 1D | 40 | 3B | 2D |
| Octal | 254 | 265 | 56 | 5 | 0 | 113 | 35 | 100 | 73 | 55 |
| Binary | 10101100 | 10110101 | 101110 | 101 | 0 | 1001011 | 11101 | 1000000 | 111011 | 101101 |
Color Harmonies of #ACB52E
Complementary color
Monochromatic Colors of #ACB52E
Black with #ACB52E
Text Example
Text Example
White with #ACB52E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB52E; }
p { color: rgb(172,181,46); }
H1.HeaderClassName
{
color: #ACB52E;
}
.AnyTagClassName
{
color: #ACB52E;
}
</style>
background-color css
<style>
a { background-color: #ACB52E; }
a { background-color: rgb(172,181,46); }
div.DivClassName
{
background-color: #ACB52E;
}
.BgClassName
{
background-color: #ACB52E;
}
</style>
border-color css
<style>
span { border-color: #ACB52E; }
span { border-color: rgb(172,181,46); }
td.TdClassName
{
border-color: #ACB52E;
}
.TagClassName
{
border-color: #ACB52E;
}
</style>