Shades of La Rioja #ACC506
Tints of La Rioja #ACC506
RGB
CMYK
RGB Variations
Color information
#ACC506 (or 0xACC506) is known color: La Rioja. HEX triplet: AC, C5 and 06. RGB value is (172,197,6). Sum of RGB (Red+Green+Blue) = 172+197+6=375 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.87% from 375); Green value is 197 (77.34% from 255 or 52.53% from 375); Blue value is 6 (2.73% from 255 or 1.6% from 375); Max value from RGB is 197 - color contains mainly: green. Hex color #ACC506 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACC506 is #533AF9. Grayscale: #A8A8A8. Windows color (decimal): -5454586 or 443820. OLE color: 443820.
HSL color Cylindrical-coordinate representation of color #ACC506: hue angle of 67.85º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ACC506 is Cyan = 0.13, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 172 | 197 | 6 | - |
| CMYK | 0.13 | 0 | 0.97 | 0.23 |
| HSL | 67.85º | 0.94% | 0.4% | - |
| HSV(B) | 67.85º | 0.97% | 0.77% | - |
| XYZ | 37.01 | 48.72 | 7.62 | - |
| YUV | 167.75 | 36.72 | 131.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 197 | 6 | 0.13 | 0 | 0.97 | 0.23 | 67.85 | 0.94 | 0.4 |
| Hex | AC | C5 | 6 | D | 0 | 61 | 17 | 44 | 5E | 28 |
| Octal | 254 | 305 | 6 | 15 | 0 | 141 | 27 | 104 | 136 | 50 |
| Binary | 10101100 | 11000101 | 110 | 1101 | 0 | 1100001 | 10111 | 1000100 | 1011110 | 101000 |
Color Harmonies of #ACC506
Complementary color
Monochromatic Colors of #ACC506
Black with #ACC506
Text Example
Text Example
White with #ACC506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC506; }
p { color: rgb(172,197,6); }
H1.HeaderClassName
{
color: #ACC506;
}
.AnyTagClassName
{
color: #ACC506;
}
</style>
background-color css
<style>
a { background-color: #ACC506; }
a { background-color: rgb(172,197,6); }
div.DivClassName
{
background-color: #ACC506;
}
.BgClassName
{
background-color: #ACC506;
}
</style>
border-color css
<style>
span { border-color: #ACC506; }
span { border-color: rgb(172,197,6); }
td.TdClassName
{
border-color: #ACC506;
}
.TagClassName
{
border-color: #ACC506;
}
</style>