Shades of Bahia #ACC521
Tints of Bahia #ACC521
RGB
CMYK
RGB Variations
Color information
#ACC521 (or 0xACC521) is known color: Bahia. HEX triplet: AC, C5 and 21. RGB value is (172,197,33). Sum of RGB (Red+Green+Blue) = 172+197+33=402 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.79% from 402); Green value is 197 (77.34% from 255 or 49.00% from 402); Blue value is 33 (13.28% from 255 or 8.21% from 402); Max value from RGB is 197 - color contains mainly: green. Hex color #ACC521 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC521 is #533ADE. Grayscale: #ABABAB. Windows color (decimal): -5454559 or 2213292. OLE color: 2213292.
HSL color Cylindrical-coordinate representation of color #ACC521: hue angle of 69.15º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ACC521 is Cyan = 0.13, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 172 | 197 | 33 | - |
| CMYK | 0.13 | 0 | 0.83 | 0.23 |
| HSL | 69.15º | 0.71% | 0.45% | - |
| HSV(B) | 69.15º | 0.83% | 0.77% | - |
| XYZ | 37.25 | 48.81 | 8.9 | - |
| YUV | 170.83 | 50.22 | 128.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 197 | 33 | 0.13 | 0 | 0.83 | 0.23 | 69.15 | 0.71 | 0.45 |
| Hex | AC | C5 | 21 | D | 0 | 53 | 17 | 45 | 47 | 2D |
| Octal | 254 | 305 | 41 | 15 | 0 | 123 | 27 | 105 | 107 | 55 |
| Binary | 10101100 | 11000101 | 100001 | 1101 | 0 | 1010011 | 10111 | 1000101 | 1000111 | 101101 |
Color Harmonies of #ACC521
Complementary color
Monochromatic Colors of #ACC521
Black with #ACC521
Text Example
Text Example
White with #ACC521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC521; }
p { color: rgb(172,197,33); }
H1.HeaderClassName
{
color: #ACC521;
}
.AnyTagClassName
{
color: #ACC521;
}
</style>
background-color css
<style>
a { background-color: #ACC521; }
a { background-color: rgb(172,197,33); }
div.DivClassName
{
background-color: #ACC521;
}
.BgClassName
{
background-color: #ACC521;
}
</style>
border-color css
<style>
span { border-color: #ACC521; }
span { border-color: rgb(172,197,33); }
td.TdClassName
{
border-color: #ACC521;
}
.TagClassName
{
border-color: #ACC521;
}
</style>