Shades of Bahia #ACC420
Tints of Bahia #ACC420
RGB
CMYK
RGB Variations
Color information
#ACC420 (or 0xACC420) is known color: Bahia. HEX triplet: AC, C4 and 20. RGB value is (172,196,32). Sum of RGB (Red+Green+Blue) = 172+196+32=400 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43% from 400); Green value is 196 (76.95% from 255 or 49% from 400); Blue value is 32 (12.89% from 255 or 8% from 400); Max value from RGB is 196 - color contains mainly: green. Hex color #ACC420 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC420 is #533BDF. Grayscale: #AAAAAA. Windows color (decimal): -5454816 or 2147500. OLE color: 2147500.
HSL color Cylindrical-coordinate representation of color #ACC420: hue angle of 68.78º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ACC420 is Cyan = 0.12, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 172 | 196 | 32 | - |
| CMYK | 0.12 | 0 | 0.84 | 0.23 |
| HSL | 68.78º | 0.72% | 0.45% | - |
| HSV(B) | 68.78º | 0.84% | 0.77% | - |
| XYZ | 37.01 | 48.35 | 8.75 | - |
| YUV | 170.13 | 50.05 | 129.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 196 | 32 | 0.12 | 0 | 0.84 | 0.23 | 68.78 | 0.72 | 0.45 |
| Hex | AC | C4 | 20 | C | 0 | 54 | 17 | 45 | 48 | 2D |
| Octal | 254 | 304 | 40 | 14 | 0 | 124 | 27 | 105 | 110 | 55 |
| Binary | 10101100 | 11000100 | 100000 | 1100 | 0 | 1010100 | 10111 | 1000101 | 1001000 | 101101 |
Color Harmonies of #ACC420
Complementary color
Monochromatic Colors of #ACC420
Black with #ACC420
Text Example
Text Example
White with #ACC420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC420; }
p { color: rgb(172,196,32); }
H1.HeaderClassName
{
color: #ACC420;
}
.AnyTagClassName
{
color: #ACC420;
}
</style>
background-color css
<style>
a { background-color: #ACC420; }
a { background-color: rgb(172,196,32); }
div.DivClassName
{
background-color: #ACC420;
}
.BgClassName
{
background-color: #ACC420;
}
</style>
border-color css
<style>
span { border-color: #ACC420; }
span { border-color: rgb(172,196,32); }
td.TdClassName
{
border-color: #ACC420;
}
.TagClassName
{
border-color: #ACC420;
}
</style>