Shades of La Rioja #ADC403
Tints of La Rioja #ADC403
RGB
CMYK
RGB Variations
Color information
#ADC403 (or 0xADC403) is known color: La Rioja. HEX triplet: AD, C4 and 03. RGB value is (173,196,3). Sum of RGB (Red+Green+Blue) = 173+196+3=372 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.51% from 372); Green value is 196 (76.95% from 255 or 52.69% from 372); Blue value is 3 (1.56% from 255 or 0.81% from 372); Max value from RGB is 196 - color contains mainly: green. Hex color #ADC403 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADC403 is #523BFC. Grayscale: #A7A7A7. Windows color (decimal): -5389309 or 246957. OLE color: 246957.
HSL color Cylindrical-coordinate representation of color #ADC403: hue angle of 67.15º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ADC403 is Cyan = 0.12, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 196 | 3 | - |
| CMYK | 0.12 | 0 | 0.98 | 0.23 |
| HSL | 67.15º | 0.97% | 0.39% | - |
| HSV(B) | 67.15º | 0.98% | 0.77% | - |
| XYZ | 36.99 | 48.37 | 7.47 | - |
| YUV | 167.12 | 35.38 | 132.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 196 | 3 | 0.12 | 0 | 0.98 | 0.23 | 67.15 | 0.97 | 0.39 |
| Hex | AD | C4 | 3 | C | 0 | 62 | 17 | 43 | 61 | 27 |
| Octal | 255 | 304 | 3 | 14 | 0 | 142 | 27 | 103 | 141 | 47 |
| Binary | 10101101 | 11000100 | 11 | 1100 | 0 | 1100010 | 10111 | 1000011 | 1100001 | 100111 |
Color Harmonies of #ADC403
Complementary color
Monochromatic Colors of #ADC403
Black with #ADC403
Text Example
Text Example
White with #ADC403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC403; }
p { color: rgb(173,196,3); }
H1.HeaderClassName
{
color: #ADC403;
}
.AnyTagClassName
{
color: #ADC403;
}
</style>
background-color css
<style>
a { background-color: #ADC403; }
a { background-color: rgb(173,196,3); }
div.DivClassName
{
background-color: #ADC403;
}
.BgClassName
{
background-color: #ADC403;
}
</style>
border-color css
<style>
span { border-color: #ADC403; }
span { border-color: rgb(173,196,3); }
td.TdClassName
{
border-color: #ADC403;
}
.TagClassName
{
border-color: #ADC403;
}
</style>