Shades of Bahia #ACC532
Tints of Bahia #ACC532
RGB
CMYK
RGB Variations
Color information
#ACC532 (or 0xACC532) is known color: Bahia. HEX triplet: AC, C5 and 32. RGB value is (172,197,50). Sum of RGB (Red+Green+Blue) = 172+197+50=419 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.05% from 419); Green value is 197 (77.34% from 255 or 47.02% from 419); Blue value is 50 (19.92% from 255 or 11.93% from 419); Max value from RGB is 197 - color contains mainly: green. Hex color #ACC532 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC532 is #533ACD. Grayscale: #ADADAD. Windows color (decimal): -5454542 or 3327404. OLE color: 3327404.
HSL color Cylindrical-coordinate representation of color #ACC532: hue angle of 70.2º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ACC532 is Cyan = 0.13, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 172 | 197 | 50 | - |
| CMYK | 0.13 | 0 | 0.75 | 0.23 |
| HSL | 70.2º | 0.6% | 0.48% | - |
| HSV(B) | 70.2º | 0.75% | 0.77% | - |
| XYZ | 37.56 | 48.93 | 10.48 | - |
| YUV | 172.77 | 58.72 | 127.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 197 | 50 | 0.13 | 0 | 0.75 | 0.23 | 70.2 | 0.6 | 0.48 |
| Hex | AC | C5 | 32 | D | 0 | 4B | 17 | 46 | 3C | 30 |
| Octal | 254 | 305 | 62 | 15 | 0 | 113 | 27 | 106 | 74 | 60 |
| Binary | 10101100 | 11000101 | 110010 | 1101 | 0 | 1001011 | 10111 | 1000110 | 111100 | 110000 |
Color Harmonies of #ACC532
Complementary color
Monochromatic Colors of #ACC532
Black with #ACC532
Text Example
Text Example
White with #ACC532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC532; }
p { color: rgb(172,197,50); }
H1.HeaderClassName
{
color: #ACC532;
}
.AnyTagClassName
{
color: #ACC532;
}
</style>
background-color css
<style>
a { background-color: #ACC532; }
a { background-color: rgb(172,197,50); }
div.DivClassName
{
background-color: #ACC532;
}
.BgClassName
{
background-color: #ACC532;
}
</style>
border-color css
<style>
span { border-color: #ACC532; }
span { border-color: rgb(172,197,50); }
td.TdClassName
{
border-color: #ACC532;
}
.TagClassName
{
border-color: #ACC532;
}
</style>