Shades of La Rioja #ACC905
Tints of La Rioja #ACC905
RGB
CMYK
RGB Variations
Color information
#ACC905 (or 0xACC905) is known color: La Rioja. HEX triplet: AC, C9 and 05. RGB value is (172,201,5). Sum of RGB (Red+Green+Blue) = 172+201+5=378 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.50% from 378); Green value is 201 (78.91% from 255 or 53.17% from 378); Blue value is 5 (2.34% from 255 or 1.32% from 378); Max value from RGB is 201 - color contains mainly: green. Hex color #ACC905 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACC905 is #5336FA. Grayscale: #AAAAAA. Windows color (decimal): -5453563 or 379308. OLE color: 379308.
HSL color Cylindrical-coordinate representation of color #ACC905: hue angle of 68.88º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ACC905 is Cyan = 0.14, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 172 | 201 | 5 | - |
| CMYK | 0.14 | 0 | 0.98 | 0.21 |
| HSL | 68.88º | 0.95% | 0.4% | - |
| HSV(B) | 68.88º | 0.98% | 0.79% | - |
| XYZ | 37.93 | 50.55 | 7.9 | - |
| YUV | 169.99 | 34.89 | 129.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 201 | 5 | 0.14 | 0 | 0.98 | 0.21 | 68.88 | 0.95 | 0.4 |
| Hex | AC | C9 | 5 | E | 0 | 62 | 15 | 45 | 5F | 28 |
| Octal | 254 | 311 | 5 | 16 | 0 | 142 | 25 | 105 | 137 | 50 |
| Binary | 10101100 | 11001001 | 101 | 1110 | 0 | 1100010 | 10101 | 1000101 | 1011111 | 101000 |
Color Harmonies of #ACC905
Complementary color
Monochromatic Colors of #ACC905
Black with #ACC905
Text Example
Text Example
White with #ACC905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC905; }
p { color: rgb(172,201,5); }
H1.HeaderClassName
{
color: #ACC905;
}
.AnyTagClassName
{
color: #ACC905;
}
</style>
background-color css
<style>
a { background-color: #ACC905; }
a { background-color: rgb(172,201,5); }
div.DivClassName
{
background-color: #ACC905;
}
.BgClassName
{
background-color: #ACC905;
}
</style>
border-color css
<style>
span { border-color: #ACC905; }
span { border-color: rgb(172,201,5); }
td.TdClassName
{
border-color: #ACC905;
}
.TagClassName
{
border-color: #ACC905;
}
</style>