Shades of Bahia #ACB72B
Tints of Bahia #ACB72B
RGB
CMYK
RGB Variations
Color information
#ACB72B (or 0xACB72B) is known color: Bahia. HEX triplet: AC, B7 and 2B. RGB value is (172,183,43). Sum of RGB (Red+Green+Blue) = 172+183+43=398 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.22% from 398); Green value is 183 (71.88% from 255 or 45.98% from 398); Blue value is 43 (17.19% from 255 or 10.80% from 398); Max value from RGB is 183 - color contains mainly: green. Hex color #ACB72B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB72B is #5348D4. Grayscale: #A4A4A4. Windows color (decimal): -5458133 or 2865068. OLE color: 2865068.
HSL color Cylindrical-coordinate representation of color #ACB72B: hue angle of 64.71º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ACB72B is Cyan = 0.06, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 172 | 183 | 43 | - |
| CMYK | 0.06 | 0 | 0.77 | 0.28 |
| HSL | 64.71º | 0.62% | 0.44% | - |
| HSV(B) | 64.71º | 0.77% | 0.72% | - |
| XYZ | 34.38 | 42.81 | 8.74 | - |
| YUV | 163.75 | 59.86 | 133.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 183 | 43 | 0.06 | 0 | 0.77 | 0.28 | 64.71 | 0.62 | 0.44 |
| Hex | AC | B7 | 2B | 6 | 0 | 4D | 1C | 41 | 3E | 2C |
| Octal | 254 | 267 | 53 | 6 | 0 | 115 | 34 | 101 | 76 | 54 |
| Binary | 10101100 | 10110111 | 101011 | 110 | 0 | 1001101 | 11100 | 1000001 | 111110 | 101100 |
Color Harmonies of #ACB72B
Complementary color
Monochromatic Colors of #ACB72B
Black with #ACB72B
Text Example
Text Example
White with #ACB72B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB72B; }
p { color: rgb(172,183,43); }
H1.HeaderClassName
{
color: #ACB72B;
}
.AnyTagClassName
{
color: #ACB72B;
}
</style>
background-color css
<style>
a { background-color: #ACB72B; }
a { background-color: rgb(172,183,43); }
div.DivClassName
{
background-color: #ACB72B;
}
.BgClassName
{
background-color: #ACB72B;
}
</style>
border-color css
<style>
span { border-color: #ACB72B; }
span { border-color: rgb(172,183,43); }
td.TdClassName
{
border-color: #ACB72B;
}
.TagClassName
{
border-color: #ACB72B;
}
</style>