Shades of La Rioja #ACC601
Tints of La Rioja #ACC601
RGB
CMYK
RGB Variations
Color information
#ACC601 (or 0xACC601) is known color: La Rioja. HEX triplet: AC, C6 and 01. RGB value is (172,198,1). Sum of RGB (Red+Green+Blue) = 172+198+1=371 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.36% from 371); Green value is 198 (77.73% from 255 or 53.37% from 371); Blue value is 1 (0.78% from 255 or 0.27% from 371); Max value from RGB is 198 - color contains mainly: green. Hex color #ACC601 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACC601 is #5339FE. Grayscale: #A8A8A8. Windows color (decimal): -5454335 or 116396. OLE color: 116396.
HSL color Cylindrical-coordinate representation of color #ACC601: hue angle of 67.92º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ACC601 is Cyan = 0.13, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 198 | 1 | - |
| CMYK | 0.13 | 0 | 0.99 | 0.22 |
| HSL | 67.92º | 0.99% | 0.39% | - |
| HSV(B) | 67.92º | 0.99% | 0.78% | - |
| XYZ | 37.21 | 49.16 | 7.56 | - |
| YUV | 167.77 | 33.89 | 131.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 198 | 1 | 0.13 | 0 | 0.99 | 0.22 | 67.92 | 0.99 | 0.39 |
| Hex | AC | C6 | 1 | D | 0 | 63 | 16 | 44 | 63 | 27 |
| Octal | 254 | 306 | 1 | 15 | 0 | 143 | 26 | 104 | 143 | 47 |
| Binary | 10101100 | 11000110 | 1 | 1101 | 0 | 1100011 | 10110 | 1000100 | 1100011 | 100111 |
Color Harmonies of #ACC601
Complementary color
Monochromatic Colors of #ACC601
Black with #ACC601
Text Example
Text Example
White with #ACC601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC601; }
p { color: rgb(172,198,1); }
H1.HeaderClassName
{
color: #ACC601;
}
.AnyTagClassName
{
color: #ACC601;
}
</style>
background-color css
<style>
a { background-color: #ACC601; }
a { background-color: rgb(172,198,1); }
div.DivClassName
{
background-color: #ACC601;
}
.BgClassName
{
background-color: #ACC601;
}
</style>
border-color css
<style>
span { border-color: #ACC601; }
span { border-color: rgb(172,198,1); }
td.TdClassName
{
border-color: #ACC601;
}
.TagClassName
{
border-color: #ACC601;
}
</style>