Shades of La Rioja #ADC501
Tints of La Rioja #ADC501
RGB
CMYK
RGB Variations
Color information
#ADC501 (or 0xADC501) is known color: La Rioja. HEX triplet: AD, C5 and 01. RGB value is (173,197,1). Sum of RGB (Red+Green+Blue) = 173+197+1=371 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.63% from 371); Green value is 197 (77.34% from 255 or 53.10% from 371); Blue value is 1 (0.78% from 255 or 0.27% from 371); Max value from RGB is 197 - color contains mainly: green. Hex color #ADC501 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADC501 is #523AFE. Grayscale: #A8A8A8. Windows color (decimal): -5389055 or 116141. OLE color: 116141.
HSL color Cylindrical-coordinate representation of color #ADC501: hue angle of 67.35º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ADC501 is Cyan = 0.12, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 197 | 1 | - |
| CMYK | 0.12 | 0 | 0.99 | 0.23 |
| HSL | 67.35º | 0.99% | 0.39% | - |
| HSV(B) | 67.35º | 0.99% | 0.77% | - |
| XYZ | 37.21 | 48.82 | 7.49 | - |
| YUV | 167.48 | 34.05 | 131.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 197 | 1 | 0.12 | 0 | 0.99 | 0.23 | 67.35 | 0.99 | 0.39 |
| Hex | AD | C5 | 1 | C | 0 | 63 | 17 | 43 | 63 | 27 |
| Octal | 255 | 305 | 1 | 14 | 0 | 143 | 27 | 103 | 143 | 47 |
| Binary | 10101101 | 11000101 | 1 | 1100 | 0 | 1100011 | 10111 | 1000011 | 1100011 | 100111 |
Color Harmonies of #ADC501
Complementary color
Monochromatic Colors of #ADC501
Black with #ADC501
Text Example
Text Example
White with #ADC501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC501; }
p { color: rgb(173,197,1); }
H1.HeaderClassName
{
color: #ADC501;
}
.AnyTagClassName
{
color: #ADC501;
}
</style>
background-color css
<style>
a { background-color: #ADC501; }
a { background-color: rgb(173,197,1); }
div.DivClassName
{
background-color: #ADC501;
}
.BgClassName
{
background-color: #ADC501;
}
</style>
border-color css
<style>
span { border-color: #ADC501; }
span { border-color: rgb(173,197,1); }
td.TdClassName
{
border-color: #ADC501;
}
.TagClassName
{
border-color: #ADC501;
}
</style>