Shades of La Rioja #ADC905
Tints of La Rioja #ADC905
RGB
CMYK
RGB Variations
Color information
#ADC905 (or 0xADC905) is known color: La Rioja. HEX triplet: AD, C9 and 05. RGB value is (173,201,5). Sum of RGB (Red+Green+Blue) = 173+201+5=379 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.65% from 379); Green value is 201 (78.91% from 255 or 53.03% from 379); Blue value is 5 (2.34% from 255 or 1.32% from 379); Max value from RGB is 201 - color contains mainly: green. Hex color #ADC905 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADC905 is #5236FA. Grayscale: #ABABAB. Windows color (decimal): -5388027 or 379309. OLE color: 379309.
HSL color Cylindrical-coordinate representation of color #ADC905: hue angle of 68.57º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ADC905 is Cyan = 0.14, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 173 | 201 | 5 | - |
| CMYK | 0.14 | 0 | 0.98 | 0.21 |
| HSL | 68.57º | 0.95% | 0.4% | - |
| HSV(B) | 68.57º | 0.98% | 0.79% | - |
| XYZ | 38.15 | 50.67 | 7.91 | - |
| YUV | 170.28 | 34.72 | 129.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 201 | 5 | 0.14 | 0 | 0.98 | 0.21 | 68.57 | 0.95 | 0.4 |
| Hex | AD | C9 | 5 | E | 0 | 62 | 15 | 45 | 5F | 28 |
| Octal | 255 | 311 | 5 | 16 | 0 | 142 | 25 | 105 | 137 | 50 |
| Binary | 10101101 | 11001001 | 101 | 1110 | 0 | 1100010 | 10101 | 1000101 | 1011111 | 101000 |
Color Harmonies of #ADC905
Complementary color
Monochromatic Colors of #ADC905
Black with #ADC905
Text Example
Text Example
White with #ADC905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC905; }
p { color: rgb(173,201,5); }
H1.HeaderClassName
{
color: #ADC905;
}
.AnyTagClassName
{
color: #ADC905;
}
</style>
background-color css
<style>
a { background-color: #ADC905; }
a { background-color: rgb(173,201,5); }
div.DivClassName
{
background-color: #ADC905;
}
.BgClassName
{
background-color: #ADC905;
}
</style>
border-color css
<style>
span { border-color: #ADC905; }
span { border-color: rgb(173,201,5); }
td.TdClassName
{
border-color: #ADC905;
}
.TagClassName
{
border-color: #ADC905;
}
</style>