Shades of Bahia #ACBA2C
Tints of Bahia #ACBA2C
RGB
CMYK
RGB Variations
Color information
#ACBA2C (or 0xACBA2C) is known color: Bahia. HEX triplet: AC, BA and 2C. RGB value is (172,186,44). Sum of RGB (Red+Green+Blue) = 172+186+44=402 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.79% from 402); Green value is 186 (73.05% from 255 or 46.27% from 402); Blue value is 44 (17.58% from 255 or 10.95% from 402); Max value from RGB is 186 - color contains mainly: green. Hex color #ACBA2C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACBA2C is #5345D3. Grayscale: #A6A6A6. Windows color (decimal): -5457364 or 2931372. OLE color: 2931372.
HSL color Cylindrical-coordinate representation of color #ACBA2C: hue angle of 65.92º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ACBA2C is Cyan = 0.08, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 186 | 44 | - |
| CMYK | 0.08 | 0 | 0.76 | 0.27 |
| HSL | 65.92º | 0.62% | 0.45% | - |
| HSV(B) | 65.92º | 0.76% | 0.73% | - |
| XYZ | 35.03 | 44.07 | 9.04 | - |
| YUV | 165.63 | 59.36 | 132.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 186 | 44 | 0.08 | 0 | 0.76 | 0.27 | 65.92 | 0.62 | 0.45 |
| Hex | AC | BA | 2C | 8 | 0 | 4C | 1B | 42 | 3E | 2D |
| Octal | 254 | 272 | 54 | 10 | 0 | 114 | 33 | 102 | 76 | 55 |
| Binary | 10101100 | 10111010 | 101100 | 1000 | 0 | 1001100 | 11011 | 1000010 | 111110 | 101101 |
Color Harmonies of #ACBA2C
Complementary color
Monochromatic Colors of #ACBA2C
Black with #ACBA2C
Text Example
Text Example
White with #ACBA2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBA2C; }
p { color: rgb(172,186,44); }
H1.HeaderClassName
{
color: #ACBA2C;
}
.AnyTagClassName
{
color: #ACBA2C;
}
</style>
background-color css
<style>
a { background-color: #ACBA2C; }
a { background-color: rgb(172,186,44); }
div.DivClassName
{
background-color: #ACBA2C;
}
.BgClassName
{
background-color: #ACBA2C;
}
</style>
border-color css
<style>
span { border-color: #ACBA2C; }
span { border-color: rgb(172,186,44); }
td.TdClassName
{
border-color: #ACBA2C;
}
.TagClassName
{
border-color: #ACBA2C;
}
</style>