Shades of Bahia #ACB22C
Tints of Bahia #ACB22C
RGB
CMYK
RGB Variations
Color information
#ACB22C (or 0xACB22C) is known color: Bahia. HEX triplet: AC, B2 and 2C. RGB value is (172,178,44). Sum of RGB (Red+Green+Blue) = 172+178+44=394 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.65% from 394); Green value is 178 (69.92% from 255 or 45.18% from 394); Blue value is 44 (17.58% from 255 or 11.17% from 394); Max value from RGB is 178 - color contains mainly: green. Hex color #ACB22C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACB22C is #534DD3. Grayscale: #A1A1A1. Windows color (decimal): -5459412 or 2929324. OLE color: 2929324.
HSL color Cylindrical-coordinate representation of color #ACB22C: hue angle of 62.69º 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 #ACB22C is Cyan = 0.03, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 172 | 178 | 44 | - |
| CMYK | 0.03 | 0 | 0.75 | 0.30 |
| HSL | 62.69º | 0.6% | 0.44% | - |
| HSV(B) | 62.69º | 0.75% | 0.7% | - |
| XYZ | 33.39 | 40.79 | 8.5 | - |
| YUV | 160.93 | 62.01 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 178 | 44 | 0.03 | 0 | 0.75 | 0.30 | 62.69 | 0.6 | 0.44 |
| Hex | AC | B2 | 2C | 3 | 0 | 4B | 1E | 3F | 3C | 2C |
| Octal | 254 | 262 | 54 | 3 | 0 | 113 | 36 | 77 | 74 | 54 |
| Binary | 10101100 | 10110010 | 101100 | 11 | 0 | 1001011 | 11110 | 111111 | 111100 | 101100 |
Color Harmonies of #ACB22C
Complementary color
Monochromatic Colors of #ACB22C
Black with #ACB22C
Text Example
Text Example
White with #ACB22C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB22C; }
p { color: rgb(172,178,44); }
H1.HeaderClassName
{
color: #ACB22C;
}
.AnyTagClassName
{
color: #ACB22C;
}
</style>
background-color css
<style>
a { background-color: #ACB22C; }
a { background-color: rgb(172,178,44); }
div.DivClassName
{
background-color: #ACB22C;
}
.BgClassName
{
background-color: #ACB22C;
}
</style>
border-color css
<style>
span { border-color: #ACB22C; }
span { border-color: rgb(172,178,44); }
td.TdClassName
{
border-color: #ACB22C;
}
.TagClassName
{
border-color: #ACB22C;
}
</style>