Shades of La Rioja #ADC502
Tints of La Rioja #ADC502
RGB
CMYK
RGB Variations
Color information
#ADC502 (or 0xADC502) is known color: La Rioja. HEX triplet: AD, C5 and 02. RGB value is (173,197,2). Sum of RGB (Red+Green+Blue) = 173+197+2=372 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.51% from 372); Green value is 197 (77.34% from 255 or 52.96% from 372); Blue value is 2 (1.17% from 255 or 0.54% from 372); Max value from RGB is 197 - color contains mainly: green. Hex color #ADC502 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADC502 is #523AFD. Grayscale: #A8A8A8. Windows color (decimal): -5389054 or 181677. OLE color: 181677.
HSL color Cylindrical-coordinate representation of color #ADC502: hue angle of 67.38º degrees, saturation: 0.98, 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 #ADC502 is Cyan = 0.12, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 197 | 2 | - |
| CMYK | 0.12 | 0 | 0.99 | 0.23 |
| HSL | 67.38º | 0.98% | 0.39% | - |
| HSV(B) | 67.38º | 0.99% | 0.77% | - |
| XYZ | 37.21 | 48.82 | 7.52 | - |
| YUV | 167.59 | 34.55 | 131.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 197 | 2 | 0.12 | 0 | 0.99 | 0.23 | 67.38 | 0.98 | 0.39 |
| Hex | AD | C5 | 2 | C | 0 | 63 | 17 | 43 | 62 | 27 |
| Octal | 255 | 305 | 2 | 14 | 0 | 143 | 27 | 103 | 142 | 47 |
| Binary | 10101101 | 11000101 | 10 | 1100 | 0 | 1100011 | 10111 | 1000011 | 1100010 | 100111 |
Color Harmonies of #ADC502
Complementary color
Monochromatic Colors of #ADC502
Black with #ADC502
Text Example
Text Example
White with #ADC502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC502; }
p { color: rgb(173,197,2); }
H1.HeaderClassName
{
color: #ADC502;
}
.AnyTagClassName
{
color: #ADC502;
}
</style>
background-color css
<style>
a { background-color: #ADC502; }
a { background-color: rgb(173,197,2); }
div.DivClassName
{
background-color: #ADC502;
}
.BgClassName
{
background-color: #ADC502;
}
</style>
border-color css
<style>
span { border-color: #ADC502; }
span { border-color: rgb(173,197,2); }
td.TdClassName
{
border-color: #ADC502;
}
.TagClassName
{
border-color: #ADC502;
}
</style>