Shades of La Rioja #ADB90D
Tints of La Rioja #ADB90D
RGB
CMYK
RGB Variations
Color information
#ADB90D (or 0xADB90D) is known color: La Rioja. HEX triplet: AD, B9 and 0D. RGB value is (173,185,13). Sum of RGB (Red+Green+Blue) = 173+185+13=371 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.63% from 371); Green value is 185 (72.66% from 255 or 49.87% from 371); Blue value is 13 (5.47% from 255 or 3.50% from 371); Max value from RGB is 185 - color contains mainly: green. Hex color #ADB90D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADB90D is #5246F2. Grayscale: #A2A2A2. Windows color (decimal): -5392115 or 899501. OLE color: 899501.
HSL color Cylindrical-coordinate representation of color #ADB90D: hue angle of 64.19º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ADB90D is Cyan = 0.06, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 185 | 13 | - |
| CMYK | 0.06 | 0 | 0.93 | 0.27 |
| HSL | 64.19º | 0.87% | 0.39% | - |
| HSV(B) | 64.19º | 0.93% | 0.73% | - |
| XYZ | 34.66 | 43.61 | 6.97 | - |
| YUV | 161.8 | 44.02 | 135.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 185 | 13 | 0.06 | 0 | 0.93 | 0.27 | 64.19 | 0.87 | 0.39 |
| Hex | AD | B9 | D | 6 | 0 | 5D | 1B | 40 | 57 | 27 |
| Octal | 255 | 271 | 15 | 6 | 0 | 135 | 33 | 100 | 127 | 47 |
| Binary | 10101101 | 10111001 | 1101 | 110 | 0 | 1011101 | 11011 | 1000000 | 1010111 | 100111 |
Color Harmonies of #ADB90D
Complementary color
Monochromatic Colors of #ADB90D
Black with #ADB90D
Text Example
Text Example
White with #ADB90D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB90D; }
p { color: rgb(173,185,13); }
H1.HeaderClassName
{
color: #ADB90D;
}
.AnyTagClassName
{
color: #ADB90D;
}
</style>
background-color css
<style>
a { background-color: #ADB90D; }
a { background-color: rgb(173,185,13); }
div.DivClassName
{
background-color: #ADB90D;
}
.BgClassName
{
background-color: #ADB90D;
}
</style>
border-color css
<style>
span { border-color: #ADB90D; }
span { border-color: rgb(173,185,13); }
td.TdClassName
{
border-color: #ADB90D;
}
.TagClassName
{
border-color: #ADB90D;
}
</style>