Shades of La Rioja #ACC405
Tints of La Rioja #ACC405
RGB
CMYK
RGB Variations
Color information
#ACC405 (or 0xACC405) is known color: La Rioja. HEX triplet: AC, C4 and 05. RGB value is (172,196,5). Sum of RGB (Red+Green+Blue) = 172+196+5=373 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.11% from 373); Green value is 196 (76.95% from 255 or 52.55% from 373); Blue value is 5 (2.34% from 255 or 1.34% from 373); Max value from RGB is 196 - color contains mainly: green. Hex color #ACC405 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACC405 is #533BFA. Grayscale: #A7A7A7. Windows color (decimal): -5454843 or 378028. OLE color: 378028.
HSL color Cylindrical-coordinate representation of color #ACC405: hue angle of 67.54º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ACC405 is Cyan = 0.12, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 172 | 196 | 5 | - |
| CMYK | 0.12 | 0 | 0.97 | 0.23 |
| HSL | 67.54º | 0.95% | 0.39% | - |
| HSV(B) | 67.54º | 0.97% | 0.77% | - |
| XYZ | 36.78 | 48.26 | 7.52 | - |
| YUV | 167.05 | 36.55 | 131.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 196 | 5 | 0.12 | 0 | 0.97 | 0.23 | 67.54 | 0.95 | 0.39 |
| Hex | AC | C4 | 5 | C | 0 | 61 | 17 | 44 | 5F | 27 |
| Octal | 254 | 304 | 5 | 14 | 0 | 141 | 27 | 104 | 137 | 47 |
| Binary | 10101100 | 11000100 | 101 | 1100 | 0 | 1100001 | 10111 | 1000100 | 1011111 | 100111 |
Color Harmonies of #ACC405
Complementary color
Monochromatic Colors of #ACC405
Black with #ACC405
Text Example
Text Example
White with #ACC405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC405; }
p { color: rgb(172,196,5); }
H1.HeaderClassName
{
color: #ACC405;
}
.AnyTagClassName
{
color: #ACC405;
}
</style>
background-color css
<style>
a { background-color: #ACC405; }
a { background-color: rgb(172,196,5); }
div.DivClassName
{
background-color: #ACC405;
}
.BgClassName
{
background-color: #ACC405;
}
</style>
border-color css
<style>
span { border-color: #ACC405; }
span { border-color: rgb(172,196,5); }
td.TdClassName
{
border-color: #ACC405;
}
.TagClassName
{
border-color: #ACC405;
}
</style>