Shades of Bahia #ACC529
Tints of Bahia #ACC529
RGB
CMYK
RGB Variations
Color information
#ACC529 (or 0xACC529) is known color: Bahia. HEX triplet: AC, C5 and 29. RGB value is (172,197,41). Sum of RGB (Red+Green+Blue) = 172+197+41=410 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.95% from 410); Green value is 197 (77.34% from 255 or 48.05% from 410); Blue value is 41 (16.41% from 255 or 10% from 410); Max value from RGB is 197 - color contains mainly: green. Hex color #ACC529 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC529 is #533AD6. Grayscale: #ACACAC. Windows color (decimal): -5454551 or 2737580. OLE color: 2737580.
HSL color Cylindrical-coordinate representation of color #ACC529: hue angle of 69.62º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ACC529 is Cyan = 0.13, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 172 | 197 | 41 | - |
| CMYK | 0.13 | 0 | 0.79 | 0.23 |
| HSL | 69.62º | 0.66% | 0.47% | - |
| HSV(B) | 69.62º | 0.79% | 0.77% | - |
| XYZ | 37.38 | 48.86 | 9.56 | - |
| YUV | 171.74 | 54.22 | 128.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 197 | 41 | 0.13 | 0 | 0.79 | 0.23 | 69.62 | 0.66 | 0.47 |
| Hex | AC | C5 | 29 | D | 0 | 4F | 17 | 46 | 42 | 2F |
| Octal | 254 | 305 | 51 | 15 | 0 | 117 | 27 | 106 | 102 | 57 |
| Binary | 10101100 | 11000101 | 101001 | 1101 | 0 | 1001111 | 10111 | 1000110 | 1000010 | 101111 |
Color Harmonies of #ACC529
Complementary color
Monochromatic Colors of #ACC529
Black with #ACC529
Text Example
Text Example
White with #ACC529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC529; }
p { color: rgb(172,197,41); }
H1.HeaderClassName
{
color: #ACC529;
}
.AnyTagClassName
{
color: #ACC529;
}
</style>
background-color css
<style>
a { background-color: #ACC529; }
a { background-color: rgb(172,197,41); }
div.DivClassName
{
background-color: #ACC529;
}
.BgClassName
{
background-color: #ACC529;
}
</style>
border-color css
<style>
span { border-color: #ACC529; }
span { border-color: rgb(172,197,41); }
td.TdClassName
{
border-color: #ACC529;
}
.TagClassName
{
border-color: #ACC529;
}
</style>