Shades of La Rioja #ADC204
Tints of La Rioja #ADC204
RGB
CMYK
RGB Variations
Color information
#ADC204 (or 0xADC204) is known color: La Rioja. HEX triplet: AD, C2 and 04. RGB value is (173,194,4). Sum of RGB (Red+Green+Blue) = 173+194+4=371 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.63% from 371); Green value is 194 (76.17% from 255 or 52.29% from 371); Blue value is 4 (1.95% from 255 or 1.08% from 371); Max value from RGB is 194 - color contains mainly: green. Hex color #ADC204 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADC204 is #523DFB. Grayscale: #A6A6A6. Windows color (decimal): -5389820 or 311981. OLE color: 311981.
HSL color Cylindrical-coordinate representation of color #ADC204: hue angle of 66.63º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ADC204 is Cyan = 0.11, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 194 | 4 | - |
| CMYK | 0.11 | 0 | 0.98 | 0.24 |
| HSL | 66.63º | 0.96% | 0.39% | - |
| HSV(B) | 66.63º | 0.98% | 0.76% | - |
| XYZ | 36.55 | 47.48 | 7.35 | - |
| YUV | 166.06 | 36.54 | 132.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 194 | 4 | 0.11 | 0 | 0.98 | 0.24 | 66.63 | 0.96 | 0.39 |
| Hex | AD | C2 | 4 | B | 0 | 62 | 18 | 43 | 60 | 27 |
| Octal | 255 | 302 | 4 | 13 | 0 | 142 | 30 | 103 | 140 | 47 |
| Binary | 10101101 | 11000010 | 100 | 1011 | 0 | 1100010 | 11000 | 1000011 | 1100000 | 100111 |
Color Harmonies of #ADC204
Complementary color
Monochromatic Colors of #ADC204
Black with #ADC204
Text Example
Text Example
White with #ADC204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC204; }
p { color: rgb(173,194,4); }
H1.HeaderClassName
{
color: #ADC204;
}
.AnyTagClassName
{
color: #ADC204;
}
</style>
background-color css
<style>
a { background-color: #ADC204; }
a { background-color: rgb(173,194,4); }
div.DivClassName
{
background-color: #ADC204;
}
.BgClassName
{
background-color: #ADC204;
}
</style>
border-color css
<style>
span { border-color: #ADC204; }
span { border-color: rgb(173,194,4); }
td.TdClassName
{
border-color: #ADC204;
}
.TagClassName
{
border-color: #ADC204;
}
</style>