Shades of Bahia #ACBE2C
Tints of Bahia #ACBE2C
RGB
CMYK
RGB Variations
Color information
#ACBE2C (or 0xACBE2C) is known color: Bahia. HEX triplet: AC, BE and 2C. RGB value is (172,190,44). Sum of RGB (Red+Green+Blue) = 172+190+44=406 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.36% from 406); Green value is 190 (74.61% from 255 or 46.80% from 406); Blue value is 44 (17.58% from 255 or 10.84% from 406); Max value from RGB is 190 - color contains mainly: green. Hex color #ACBE2C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACBE2C is #5341D3. Grayscale: #A8A8A8. Windows color (decimal): -5456340 or 2932396. OLE color: 2932396.
HSL color Cylindrical-coordinate representation of color #ACBE2C: hue angle of 67.4º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ACBE2C is Cyan = 0.09, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 172 | 190 | 44 | - |
| CMYK | 0.09 | 0 | 0.77 | 0.25 |
| HSL | 67.4º | 0.62% | 0.46% | - |
| HSV(B) | 67.4º | 0.77% | 0.75% | - |
| XYZ | 35.88 | 45.78 | 9.33 | - |
| YUV | 167.97 | 58.04 | 130.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 190 | 44 | 0.09 | 0 | 0.77 | 0.25 | 67.4 | 0.62 | 0.46 |
| Hex | AC | BE | 2C | 9 | 0 | 4D | 19 | 43 | 3E | 2E |
| Octal | 254 | 276 | 54 | 11 | 0 | 115 | 31 | 103 | 76 | 56 |
| Binary | 10101100 | 10111110 | 101100 | 1001 | 0 | 1001101 | 11001 | 1000011 | 111110 | 101110 |
Color Harmonies of #ACBE2C
Complementary color
Monochromatic Colors of #ACBE2C
Black with #ACBE2C
Text Example
Text Example
White with #ACBE2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBE2C; }
p { color: rgb(172,190,44); }
H1.HeaderClassName
{
color: #ACBE2C;
}
.AnyTagClassName
{
color: #ACBE2C;
}
</style>
background-color css
<style>
a { background-color: #ACBE2C; }
a { background-color: rgb(172,190,44); }
div.DivClassName
{
background-color: #ACBE2C;
}
.BgClassName
{
background-color: #ACBE2C;
}
</style>
border-color css
<style>
span { border-color: #ACBE2C; }
span { border-color: rgb(172,190,44); }
td.TdClassName
{
border-color: #ACBE2C;
}
.TagClassName
{
border-color: #ACBE2C;
}
</style>