Shades of Bahia #ACC620
Tints of Bahia #ACC620
RGB
CMYK
RGB Variations
Color information
#ACC620 (or 0xACC620) is known color: Bahia. HEX triplet: AC, C6 and 20. RGB value is (172,198,32). Sum of RGB (Red+Green+Blue) = 172+198+32=402 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.79% from 402); Green value is 198 (77.73% from 255 or 49.25% from 402); Blue value is 32 (12.89% from 255 or 7.96% from 402); Max value from RGB is 198 - color contains mainly: green. Hex color #ACC620 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC620 is #5339DF. Grayscale: #ABABAB. Windows color (decimal): -5454304 or 2148012. OLE color: 2148012.
HSL color Cylindrical-coordinate representation of color #ACC620: hue angle of 69.4º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ACC620 is Cyan = 0.13, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 198 | 32 | - |
| CMYK | 0.13 | 0 | 0.84 | 0.22 |
| HSL | 69.4º | 0.72% | 0.45% | - |
| HSV(B) | 69.4º | 0.84% | 0.78% | - |
| XYZ | 37.47 | 49.26 | 8.9 | - |
| YUV | 171.3 | 49.39 | 128.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 198 | 32 | 0.13 | 0 | 0.84 | 0.22 | 69.4 | 0.72 | 0.45 |
| Hex | AC | C6 | 20 | D | 0 | 54 | 16 | 45 | 48 | 2D |
| Octal | 254 | 306 | 40 | 15 | 0 | 124 | 26 | 105 | 110 | 55 |
| Binary | 10101100 | 11000110 | 100000 | 1101 | 0 | 1010100 | 10110 | 1000101 | 1001000 | 101101 |
Color Harmonies of #ACC620
Complementary color
Monochromatic Colors of #ACC620
Black with #ACC620
Text Example
Text Example
White with #ACC620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC620; }
p { color: rgb(172,198,32); }
H1.HeaderClassName
{
color: #ACC620;
}
.AnyTagClassName
{
color: #ACC620;
}
</style>
background-color css
<style>
a { background-color: #ACC620; }
a { background-color: rgb(172,198,32); }
div.DivClassName
{
background-color: #ACC620;
}
.BgClassName
{
background-color: #ACC620;
}
</style>
border-color css
<style>
span { border-color: #ACC620; }
span { border-color: rgb(172,198,32); }
td.TdClassName
{
border-color: #ACC620;
}
.TagClassName
{
border-color: #ACC620;
}
</style>