Shades of Bahia #ACB32B
Tints of Bahia #ACB32B
RGB
CMYK
RGB Variations
Color information
#ACB32B (or 0xACB32B) is known color: Bahia. HEX triplet: AC, B3 and 2B. RGB value is (172,179,43). Sum of RGB (Red+Green+Blue) = 172+179+43=394 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.65% from 394); Green value is 179 (70.31% from 255 or 45.43% from 394); Blue value is 43 (17.19% from 255 or 10.91% from 394); Max value from RGB is 179 - color contains mainly: green. Hex color #ACB32B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB32B is #534CD4. Grayscale: #A1A1A1. Windows color (decimal): -5459157 or 2864044. OLE color: 2864044.
HSL color Cylindrical-coordinate representation of color #ACB32B: hue angle of 63.09º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ACB32B is Cyan = 0.04, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 172 | 179 | 43 | - |
| CMYK | 0.04 | 0 | 0.76 | 0.30 |
| HSL | 63.09º | 0.61% | 0.44% | - |
| HSV(B) | 63.09º | 0.76% | 0.7% | - |
| XYZ | 33.57 | 41.19 | 8.47 | - |
| YUV | 161.4 | 61.18 | 135.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 179 | 43 | 0.04 | 0 | 0.76 | 0.30 | 63.09 | 0.61 | 0.44 |
| Hex | AC | B3 | 2B | 4 | 0 | 4C | 1E | 3F | 3D | 2C |
| Octal | 254 | 263 | 53 | 4 | 0 | 114 | 36 | 77 | 75 | 54 |
| Binary | 10101100 | 10110011 | 101011 | 100 | 0 | 1001100 | 11110 | 111111 | 111101 | 101100 |
Color Harmonies of #ACB32B
Complementary color
Monochromatic Colors of #ACB32B
Black with #ACB32B
Text Example
Text Example
White with #ACB32B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB32B; }
p { color: rgb(172,179,43); }
H1.HeaderClassName
{
color: #ACB32B;
}
.AnyTagClassName
{
color: #ACB32B;
}
</style>
background-color css
<style>
a { background-color: #ACB32B; }
a { background-color: rgb(172,179,43); }
div.DivClassName
{
background-color: #ACB32B;
}
.BgClassName
{
background-color: #ACB32B;
}
</style>
border-color css
<style>
span { border-color: #ACB32B; }
span { border-color: rgb(172,179,43); }
td.TdClassName
{
border-color: #ACB32B;
}
.TagClassName
{
border-color: #ACB32B;
}
</style>