Shades of Bahia #ACC421
Tints of Bahia #ACC421
RGB
CMYK
RGB Variations
Color information
#ACC421 (or 0xACC421) is known color: Bahia. HEX triplet: AC, C4 and 21. RGB value is (172,196,33). Sum of RGB (Red+Green+Blue) = 172+196+33=401 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.89% from 401); Green value is 196 (76.95% from 255 or 48.88% from 401); Blue value is 33 (13.28% from 255 or 8.23% from 401); Max value from RGB is 196 - color contains mainly: green. Hex color #ACC421 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC421 is #533BDE. Grayscale: #AAAAAA. Windows color (decimal): -5454815 or 2213036. OLE color: 2213036.
HSL color Cylindrical-coordinate representation of color #ACC421: hue angle of 68.83º 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 #ACC421 is Cyan = 0.12, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 172 | 196 | 33 | - |
| CMYK | 0.12 | 0 | 0.83 | 0.23 |
| HSL | 68.83º | 0.71% | 0.45% | - |
| HSV(B) | 68.83º | 0.83% | 0.77% | - |
| XYZ | 37.03 | 48.36 | 8.82 | - |
| YUV | 170.24 | 50.55 | 129.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 196 | 33 | 0.12 | 0 | 0.83 | 0.23 | 68.83 | 0.71 | 0.45 |
| Hex | AC | C4 | 21 | C | 0 | 53 | 17 | 45 | 47 | 2D |
| Octal | 254 | 304 | 41 | 14 | 0 | 123 | 27 | 105 | 107 | 55 |
| Binary | 10101100 | 11000100 | 100001 | 1100 | 0 | 1010011 | 10111 | 1000101 | 1000111 | 101101 |
Color Harmonies of #ACC421
Complementary color
Monochromatic Colors of #ACC421
Black with #ACC421
Text Example
Text Example
White with #ACC421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC421; }
p { color: rgb(172,196,33); }
H1.HeaderClassName
{
color: #ACC421;
}
.AnyTagClassName
{
color: #ACC421;
}
</style>
background-color css
<style>
a { background-color: #ACC421; }
a { background-color: rgb(172,196,33); }
div.DivClassName
{
background-color: #ACC421;
}
.BgClassName
{
background-color: #ACC421;
}
</style>
border-color css
<style>
span { border-color: #ACC421; }
span { border-color: rgb(172,196,33); }
td.TdClassName
{
border-color: #ACC421;
}
.TagClassName
{
border-color: #ACC421;
}
</style>