Shades of Bahia #ACB42F
Tints of Bahia #ACB42F
RGB
CMYK
RGB Variations
Color information
#ACB42F (or 0xACB42F) is known color: Bahia. HEX triplet: AC, B4 and 2F. RGB value is (172,180,47). Sum of RGB (Red+Green+Blue) = 172+180+47=399 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.11% from 399); Green value is 180 (70.70% from 255 or 45.11% from 399); Blue value is 47 (18.75% from 255 or 11.78% from 399); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB42F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB42F is #534BD0. Grayscale: #A2A2A2. Windows color (decimal): -5458897 or 3126444. OLE color: 3126444.
HSL color Cylindrical-coordinate representation of color #ACB42F: hue angle of 63.61º 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 #ACB42F is Cyan = 0.04, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 172 | 180 | 47 | - |
| CMYK | 0.04 | 0 | 0.74 | 0.29 |
| HSL | 63.61º | 0.59% | 0.45% | - |
| HSV(B) | 63.61º | 0.74% | 0.71% | - |
| XYZ | 33.85 | 41.62 | 8.94 | - |
| YUV | 162.45 | 62.85 | 134.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 180 | 47 | 0.04 | 0 | 0.74 | 0.29 | 63.61 | 0.59 | 0.45 |
| Hex | AC | B4 | 2F | 4 | 0 | 4A | 1D | 40 | 3B | 2D |
| Octal | 254 | 264 | 57 | 4 | 0 | 112 | 35 | 100 | 73 | 55 |
| Binary | 10101100 | 10110100 | 101111 | 100 | 0 | 1001010 | 11101 | 1000000 | 111011 | 101101 |
Color Harmonies of #ACB42F
Complementary color
Monochromatic Colors of #ACB42F
Black with #ACB42F
Text Example
Text Example
White with #ACB42F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB42F; }
p { color: rgb(172,180,47); }
H1.HeaderClassName
{
color: #ACB42F;
}
.AnyTagClassName
{
color: #ACB42F;
}
</style>
background-color css
<style>
a { background-color: #ACB42F; }
a { background-color: rgb(172,180,47); }
div.DivClassName
{
background-color: #ACB42F;
}
.BgClassName
{
background-color: #ACB42F;
}
</style>
border-color css
<style>
span { border-color: #ACB42F; }
span { border-color: rgb(172,180,47); }
td.TdClassName
{
border-color: #ACB42F;
}
.TagClassName
{
border-color: #ACB42F;
}
</style>