Shades of Bahia #ACC821
Tints of Bahia #ACC821
RGB
CMYK
RGB Variations
Color information
#ACC821 (or 0xACC821) is known color: Bahia. HEX triplet: AC, C8 and 21. RGB value is (172,200,33). Sum of RGB (Red+Green+Blue) = 172+200+33=405 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.47% from 405); Green value is 200 (78.52% from 255 or 49.38% from 405); Blue value is 33 (13.28% from 255 or 8.15% from 405); Max value from RGB is 200 - color contains mainly: green. Hex color #ACC821 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC821 is #5337DE. Grayscale: #ADADAD. Windows color (decimal): -5453791 or 2214060. OLE color: 2214060.
HSL color Cylindrical-coordinate representation of color #ACC821: hue angle of 70.06º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ACC821 is Cyan = 0.14, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 200 | 33 | - |
| CMYK | 0.14 | 0 | 0.84 | 0.22 |
| HSL | 70.06º | 0.72% | 0.46% | - |
| HSV(B) | 70.06º | 0.84% | 0.78% | - |
| XYZ | 37.94 | 50.19 | 9.13 | - |
| YUV | 172.59 | 49.22 | 127.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 200 | 33 | 0.14 | 0 | 0.84 | 0.22 | 70.06 | 0.72 | 0.46 |
| Hex | AC | C8 | 21 | E | 0 | 54 | 16 | 46 | 48 | 2E |
| Octal | 254 | 310 | 41 | 16 | 0 | 124 | 26 | 106 | 110 | 56 |
| Binary | 10101100 | 11001000 | 100001 | 1110 | 0 | 1010100 | 10110 | 1000110 | 1001000 | 101110 |
Color Harmonies of #ACC821
Complementary color
Monochromatic Colors of #ACC821
Black with #ACC821
Text Example
Text Example
White with #ACC821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC821; }
p { color: rgb(172,200,33); }
H1.HeaderClassName
{
color: #ACC821;
}
.AnyTagClassName
{
color: #ACC821;
}
</style>
background-color css
<style>
a { background-color: #ACC821; }
a { background-color: rgb(172,200,33); }
div.DivClassName
{
background-color: #ACC821;
}
.BgClassName
{
background-color: #ACC821;
}
</style>
border-color css
<style>
span { border-color: #ACC821; }
span { border-color: rgb(172,200,33); }
td.TdClassName
{
border-color: #ACC821;
}
.TagClassName
{
border-color: #ACC821;
}
</style>