Shades of Bahia #ACBB2C
Tints of Bahia #ACBB2C
RGB
CMYK
RGB Variations
Color information
#ACBB2C (or 0xACBB2C) is known color: Bahia. HEX triplet: AC, BB and 2C. RGB value is (172,187,44). Sum of RGB (Red+Green+Blue) = 172+187+44=403 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.68% from 403); Green value is 187 (73.44% from 255 or 46.40% from 403); Blue value is 44 (17.58% from 255 or 10.92% from 403); Max value from RGB is 187 - color contains mainly: green. Hex color #ACBB2C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACBB2C is #5344D3. Grayscale: #A6A6A6. Windows color (decimal): -5457108 or 2931628. OLE color: 2931628.
HSL color Cylindrical-coordinate representation of color #ACBB2C: hue angle of 66.29º 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 #ACBB2C is Cyan = 0.08, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 187 | 44 | - |
| CMYK | 0.08 | 0 | 0.76 | 0.27 |
| HSL | 66.29º | 0.62% | 0.45% | - |
| HSV(B) | 66.29º | 0.76% | 0.73% | - |
| XYZ | 35.24 | 44.49 | 9.11 | - |
| YUV | 166.21 | 59.03 | 132.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 187 | 44 | 0.08 | 0 | 0.76 | 0.27 | 66.29 | 0.62 | 0.45 |
| Hex | AC | BB | 2C | 8 | 0 | 4C | 1B | 42 | 3E | 2D |
| Octal | 254 | 273 | 54 | 10 | 0 | 114 | 33 | 102 | 76 | 55 |
| Binary | 10101100 | 10111011 | 101100 | 1000 | 0 | 1001100 | 11011 | 1000010 | 111110 | 101101 |
Color Harmonies of #ACBB2C
Complementary color
Monochromatic Colors of #ACBB2C
Black with #ACBB2C
Text Example
Text Example
White with #ACBB2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBB2C; }
p { color: rgb(172,187,44); }
H1.HeaderClassName
{
color: #ACBB2C;
}
.AnyTagClassName
{
color: #ACBB2C;
}
</style>
background-color css
<style>
a { background-color: #ACBB2C; }
a { background-color: rgb(172,187,44); }
div.DivClassName
{
background-color: #ACBB2C;
}
.BgClassName
{
background-color: #ACBB2C;
}
</style>
border-color css
<style>
span { border-color: #ACBB2C; }
span { border-color: rgb(172,187,44); }
td.TdClassName
{
border-color: #ACBB2C;
}
.TagClassName
{
border-color: #ACBB2C;
}
</style>