Shades of Bahia #ACB52F
Tints of Bahia #ACB52F
RGB
CMYK
RGB Variations
Color information
#ACB52F (or 0xACB52F) is known color: Bahia. HEX triplet: AC, B5 and 2F. RGB value is (172,181,47). Sum of RGB (Red+Green+Blue) = 172+181+47=400 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43% from 400); Green value is 181 (71.09% from 255 or 45.25% from 400); Blue value is 47 (18.75% from 255 or 11.75% from 400); Max value from RGB is 181 - color contains mainly: green. Hex color #ACB52F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB52F is #534AD0. Grayscale: #A3A3A3. Windows color (decimal): -5458641 or 3126700. OLE color: 3126700.
HSL color Cylindrical-coordinate representation of color #ACB52F: hue angle of 64.03º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ACB52F is Cyan = 0.05, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 172 | 181 | 47 | - |
| CMYK | 0.05 | 0 | 0.74 | 0.29 |
| HSL | 64.03º | 0.59% | 0.45% | - |
| HSV(B) | 64.03º | 0.74% | 0.71% | - |
| XYZ | 34.05 | 42.02 | 9.01 | - |
| YUV | 163.03 | 62.52 | 134.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 181 | 47 | 0.05 | 0 | 0.74 | 0.29 | 64.03 | 0.59 | 0.45 |
| Hex | AC | B5 | 2F | 5 | 0 | 4A | 1D | 40 | 3B | 2D |
| Octal | 254 | 265 | 57 | 5 | 0 | 112 | 35 | 100 | 73 | 55 |
| Binary | 10101100 | 10110101 | 101111 | 101 | 0 | 1001010 | 11101 | 1000000 | 111011 | 101101 |
Color Harmonies of #ACB52F
Complementary color
Monochromatic Colors of #ACB52F
Black with #ACB52F
Text Example
Text Example
White with #ACB52F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB52F; }
p { color: rgb(172,181,47); }
H1.HeaderClassName
{
color: #ACB52F;
}
.AnyTagClassName
{
color: #ACB52F;
}
</style>
background-color css
<style>
a { background-color: #ACB52F; }
a { background-color: rgb(172,181,47); }
div.DivClassName
{
background-color: #ACB52F;
}
.BgClassName
{
background-color: #ACB52F;
}
</style>
border-color css
<style>
span { border-color: #ACB52F; }
span { border-color: rgb(172,181,47); }
td.TdClassName
{
border-color: #ACB52F;
}
.TagClassName
{
border-color: #ACB52F;
}
</style>