Shades of Bahia #ACC129
Tints of Bahia #ACC129
RGB
CMYK
RGB Variations
Color information
#ACC129 (or 0xACC129) is known color: Bahia. HEX triplet: AC, C1 and 29. RGB value is (172,193,41). Sum of RGB (Red+Green+Blue) = 172+193+41=406 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.36% from 406); Green value is 193 (75.78% from 255 or 47.54% from 406); Blue value is 41 (16.41% from 255 or 10.10% from 406); Max value from RGB is 193 - color contains mainly: green. Hex color #ACC129 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC129 is #533ED6. Grayscale: #A9A9A9. Windows color (decimal): -5455575 or 2736556. OLE color: 2736556.
HSL color Cylindrical-coordinate representation of color #ACC129: hue angle of 68.29º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ACC129 is Cyan = 0.11, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 193 | 41 | - |
| CMYK | 0.11 | 0 | 0.79 | 0.24 |
| HSL | 68.29º | 0.65% | 0.46% | - |
| HSV(B) | 68.29º | 0.79% | 0.76% | - |
| XYZ | 36.48 | 47.07 | 9.26 | - |
| YUV | 169.39 | 55.54 | 129.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 193 | 41 | 0.11 | 0 | 0.79 | 0.24 | 68.29 | 0.65 | 0.46 |
| Hex | AC | C1 | 29 | B | 0 | 4F | 18 | 44 | 41 | 2E |
| Octal | 254 | 301 | 51 | 13 | 0 | 117 | 30 | 104 | 101 | 56 |
| Binary | 10101100 | 11000001 | 101001 | 1011 | 0 | 1001111 | 11000 | 1000100 | 1000001 | 101110 |
Color Harmonies of #ACC129
Complementary color
Monochromatic Colors of #ACC129
Black with #ACC129
Text Example
Text Example
White with #ACC129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC129; }
p { color: rgb(172,193,41); }
H1.HeaderClassName
{
color: #ACC129;
}
.AnyTagClassName
{
color: #ACC129;
}
</style>
background-color css
<style>
a { background-color: #ACC129; }
a { background-color: rgb(172,193,41); }
div.DivClassName
{
background-color: #ACC129;
}
.BgClassName
{
background-color: #ACC129;
}
</style>
border-color css
<style>
span { border-color: #ACC129; }
span { border-color: rgb(172,193,41); }
td.TdClassName
{
border-color: #ACC129;
}
.TagClassName
{
border-color: #ACC129;
}
</style>