Shades of Bahia #ACC516
Tints of Bahia #ACC516
RGB
CMYK
RGB Variations
Color information
#ACC516 (or 0xACC516) is known color: Bahia. HEX triplet: AC, C5 and 16. RGB value is (172,197,22). Sum of RGB (Red+Green+Blue) = 172+197+22=391 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.99% from 391); Green value is 197 (77.34% from 255 or 50.38% from 391); Blue value is 22 (8.98% from 255 or 5.63% from 391); Max value from RGB is 197 - color contains mainly: green. Hex color #ACC516 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACC516 is #533AE9. Grayscale: #AAAAAA. Windows color (decimal): -5454570 or 1492396. OLE color: 1492396.
HSL color Cylindrical-coordinate representation of color #ACC516: hue angle of 68.57º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ACC516 is Cyan = 0.13, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 172 | 197 | 22 | - |
| CMYK | 0.13 | 0 | 0.89 | 0.23 |
| HSL | 68.57º | 0.8% | 0.43% | - |
| HSV(B) | 68.57º | 0.89% | 0.77% | - |
| XYZ | 37.12 | 48.76 | 8.21 | - |
| YUV | 169.58 | 44.72 | 129.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 197 | 22 | 0.13 | 0 | 0.89 | 0.23 | 68.57 | 0.8 | 0.43 |
| Hex | AC | C5 | 16 | D | 0 | 59 | 17 | 45 | 50 | 2B |
| Octal | 254 | 305 | 26 | 15 | 0 | 131 | 27 | 105 | 120 | 53 |
| Binary | 10101100 | 11000101 | 10110 | 1101 | 0 | 1011001 | 10111 | 1000101 | 1010000 | 101011 |
Color Harmonies of #ACC516
Complementary color
Monochromatic Colors of #ACC516
Black with #ACC516
Text Example
Text Example
White with #ACC516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC516; }
p { color: rgb(172,197,22); }
H1.HeaderClassName
{
color: #ACC516;
}
.AnyTagClassName
{
color: #ACC516;
}
</style>
background-color css
<style>
a { background-color: #ACC516; }
a { background-color: rgb(172,197,22); }
div.DivClassName
{
background-color: #ACC516;
}
.BgClassName
{
background-color: #ACC516;
}
</style>
border-color css
<style>
span { border-color: #ACC516; }
span { border-color: rgb(172,197,22); }
td.TdClassName
{
border-color: #ACC516;
}
.TagClassName
{
border-color: #ACC516;
}
</style>