Shades of La Rioja #ADB90E
Tints of La Rioja #ADB90E
RGB
CMYK
RGB Variations
Color information
#ADB90E (or 0xADB90E) is known color: La Rioja. HEX triplet: AD, B9 and 0E. RGB value is (173,185,14). Sum of RGB (Red+Green+Blue) = 173+185+14=372 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.51% from 372); Green value is 185 (72.66% from 255 or 49.73% from 372); Blue value is 14 (5.86% from 255 or 3.76% from 372); Max value from RGB is 185 - color contains mainly: green. Hex color #ADB90E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADB90E is #5246F1. Grayscale: #A2A2A2. Windows color (decimal): -5392114 or 965037. OLE color: 965037.
HSL color Cylindrical-coordinate representation of color #ADB90E: hue angle of 64.21º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ADB90E is Cyan = 0.06, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 185 | 14 | - |
| CMYK | 0.06 | 0 | 0.92 | 0.27 |
| HSL | 64.21º | 0.86% | 0.39% | - |
| HSV(B) | 64.21º | 0.92% | 0.73% | - |
| XYZ | 34.66 | 43.61 | 7.01 | - |
| YUV | 161.92 | 44.52 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 185 | 14 | 0.06 | 0 | 0.92 | 0.27 | 64.21 | 0.86 | 0.39 |
| Hex | AD | B9 | E | 6 | 0 | 5C | 1B | 40 | 56 | 27 |
| Octal | 255 | 271 | 16 | 6 | 0 | 134 | 33 | 100 | 126 | 47 |
| Binary | 10101101 | 10111001 | 1110 | 110 | 0 | 1011100 | 11011 | 1000000 | 1010110 | 100111 |
Color Harmonies of #ADB90E
Complementary color
Monochromatic Colors of #ADB90E
Black with #ADB90E
Text Example
Text Example
White with #ADB90E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB90E; }
p { color: rgb(173,185,14); }
H1.HeaderClassName
{
color: #ADB90E;
}
.AnyTagClassName
{
color: #ADB90E;
}
</style>
background-color css
<style>
a { background-color: #ADB90E; }
a { background-color: rgb(173,185,14); }
div.DivClassName
{
background-color: #ADB90E;
}
.BgClassName
{
background-color: #ADB90E;
}
</style>
border-color css
<style>
span { border-color: #ADB90E; }
span { border-color: rgb(173,185,14); }
td.TdClassName
{
border-color: #ADB90E;
}
.TagClassName
{
border-color: #ADB90E;
}
</style>