Shades of Bahia #ACB32D
Tints of Bahia #ACB32D
RGB
CMYK
RGB Variations
Color information
#ACB32D (or 0xACB32D) is known color: Bahia. HEX triplet: AC, B3 and 2D. RGB value is (172,179,45). Sum of RGB (Red+Green+Blue) = 172+179+45=396 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.43% from 396); Green value is 179 (70.31% from 255 or 45.20% from 396); Blue value is 45 (17.97% from 255 or 11.36% from 396); Max value from RGB is 179 - color contains mainly: green. Hex color #ACB32D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB32D is #534CD2. Grayscale: #A2A2A2. Windows color (decimal): -5459155 or 2995116. OLE color: 2995116.
HSL color Cylindrical-coordinate representation of color #ACB32D: hue angle of 63.13º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ACB32D is Cyan = 0.04, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 172 | 179 | 45 | - |
| CMYK | 0.04 | 0 | 0.75 | 0.30 |
| HSL | 63.13º | 0.6% | 0.44% | - |
| HSV(B) | 63.13º | 0.75% | 0.7% | - |
| XYZ | 33.61 | 41.2 | 8.66 | - |
| YUV | 161.63 | 62.18 | 135.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 179 | 45 | 0.04 | 0 | 0.75 | 0.30 | 63.13 | 0.6 | 0.44 |
| Hex | AC | B3 | 2D | 4 | 0 | 4B | 1E | 3F | 3C | 2C |
| Octal | 254 | 263 | 55 | 4 | 0 | 113 | 36 | 77 | 74 | 54 |
| Binary | 10101100 | 10110011 | 101101 | 100 | 0 | 1001011 | 11110 | 111111 | 111100 | 101100 |
Color Harmonies of #ACB32D
Complementary color
Monochromatic Colors of #ACB32D
Black with #ACB32D
Text Example
Text Example
White with #ACB32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB32D; }
p { color: rgb(172,179,45); }
H1.HeaderClassName
{
color: #ACB32D;
}
.AnyTagClassName
{
color: #ACB32D;
}
</style>
background-color css
<style>
a { background-color: #ACB32D; }
a { background-color: rgb(172,179,45); }
div.DivClassName
{
background-color: #ACB32D;
}
.BgClassName
{
background-color: #ACB32D;
}
</style>
border-color css
<style>
span { border-color: #ACB32D; }
span { border-color: rgb(172,179,45); }
td.TdClassName
{
border-color: #ACB32D;
}
.TagClassName
{
border-color: #ACB32D;
}
</style>