Shades of La Rioja #ACC508
Tints of La Rioja #ACC508
RGB
CMYK
RGB Variations
Color information
#ACC508 (or 0xACC508) is known color: La Rioja. HEX triplet: AC, C5 and 08. RGB value is (172,197,8). Sum of RGB (Red+Green+Blue) = 172+197+8=377 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.62% from 377); Green value is 197 (77.34% from 255 or 52.25% from 377); Blue value is 8 (3.52% from 255 or 2.12% from 377); Max value from RGB is 197 - color contains mainly: green. Hex color #ACC508 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACC508 is #533AF7. Grayscale: #A8A8A8. Windows color (decimal): -5454584 or 574892. OLE color: 574892.
HSL color Cylindrical-coordinate representation of color #ACC508: hue angle of 67.94º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ACC508 is Cyan = 0.13, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 172 | 197 | 8 | - |
| CMYK | 0.13 | 0 | 0.96 | 0.23 |
| HSL | 67.94º | 0.92% | 0.4% | - |
| HSV(B) | 67.94º | 0.96% | 0.77% | - |
| XYZ | 37.02 | 48.72 | 7.68 | - |
| YUV | 167.98 | 37.72 | 130.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 197 | 8 | 0.13 | 0 | 0.96 | 0.23 | 67.94 | 0.92 | 0.4 |
| Hex | AC | C5 | 8 | D | 0 | 60 | 17 | 44 | 5C | 28 |
| Octal | 254 | 305 | 10 | 15 | 0 | 140 | 27 | 104 | 134 | 50 |
| Binary | 10101100 | 11000101 | 1000 | 1101 | 0 | 1100000 | 10111 | 1000100 | 1011100 | 101000 |
Color Harmonies of #ACC508
Complementary color
Monochromatic Colors of #ACC508
Black with #ACC508
Text Example
Text Example
White with #ACC508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC508; }
p { color: rgb(172,197,8); }
H1.HeaderClassName
{
color: #ACC508;
}
.AnyTagClassName
{
color: #ACC508;
}
</style>
background-color css
<style>
a { background-color: #ACC508; }
a { background-color: rgb(172,197,8); }
div.DivClassName
{
background-color: #ACC508;
}
.BgClassName
{
background-color: #ACC508;
}
</style>
border-color css
<style>
span { border-color: #ACC508; }
span { border-color: rgb(172,197,8); }
td.TdClassName
{
border-color: #ACC508;
}
.TagClassName
{
border-color: #ACC508;
}
</style>