Shades of Bahia #ACBC2C
Tints of Bahia #ACBC2C
RGB
CMYK
RGB Variations
Color information
#ACBC2C (or 0xACBC2C) is known color: Bahia. HEX triplet: AC, BC and 2C. RGB value is (172,188,44). Sum of RGB (Red+Green+Blue) = 172+188+44=404 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.57% from 404); Green value is 188 (73.83% from 255 or 46.53% from 404); Blue value is 44 (17.58% from 255 or 10.89% from 404); Max value from RGB is 188 - color contains mainly: green. Hex color #ACBC2C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACBC2C is #5343D3. Grayscale: #A7A7A7. Windows color (decimal): -5456852 or 2931884. OLE color: 2931884.
HSL color Cylindrical-coordinate representation of color #ACBC2C: hue angle of 66.67º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ACBC2C is Cyan = 0.09, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 172 | 188 | 44 | - |
| CMYK | 0.09 | 0 | 0.77 | 0.26 |
| HSL | 66.67º | 0.62% | 0.45% | - |
| HSV(B) | 66.67º | 0.77% | 0.74% | - |
| XYZ | 35.45 | 44.92 | 9.18 | - |
| YUV | 166.8 | 58.7 | 131.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 188 | 44 | 0.09 | 0 | 0.77 | 0.26 | 66.67 | 0.62 | 0.45 |
| Hex | AC | BC | 2C | 9 | 0 | 4D | 1A | 43 | 3E | 2D |
| Octal | 254 | 274 | 54 | 11 | 0 | 115 | 32 | 103 | 76 | 55 |
| Binary | 10101100 | 10111100 | 101100 | 1001 | 0 | 1001101 | 11010 | 1000011 | 111110 | 101101 |
Color Harmonies of #ACBC2C
Complementary color
Monochromatic Colors of #ACBC2C
Black with #ACBC2C
Text Example
Text Example
White with #ACBC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBC2C; }
p { color: rgb(172,188,44); }
H1.HeaderClassName
{
color: #ACBC2C;
}
.AnyTagClassName
{
color: #ACBC2C;
}
</style>
background-color css
<style>
a { background-color: #ACBC2C; }
a { background-color: rgb(172,188,44); }
div.DivClassName
{
background-color: #ACBC2C;
}
.BgClassName
{
background-color: #ACBC2C;
}
</style>
border-color css
<style>
span { border-color: #ACBC2C; }
span { border-color: rgb(172,188,44); }
td.TdClassName
{
border-color: #ACBC2C;
}
.TagClassName
{
border-color: #ACBC2C;
}
</style>