Shades of La Rioja #ADB90B
Tints of La Rioja #ADB90B
RGB
CMYK
RGB Variations
Color information
#ADB90B (or 0xADB90B) is known color: La Rioja. HEX triplet: AD, B9 and 0B. RGB value is (173,185,11). Sum of RGB (Red+Green+Blue) = 173+185+11=369 (48% of max value = 765). Red value is 173 (67.97% from 255 or 46.88% from 369); Green value is 185 (72.66% from 255 or 50.14% from 369); Blue value is 11 (4.69% from 255 or 2.98% from 369); Max value from RGB is 185 - color contains mainly: green. Hex color #ADB90B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADB90B is #5246F4. Grayscale: #A2A2A2. Windows color (decimal): -5392117 or 768429. OLE color: 768429.
HSL color Cylindrical-coordinate representation of color #ADB90B: hue angle of 64.14º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ADB90B is Cyan = 0.06, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 185 | 11 | - |
| CMYK | 0.06 | 0 | 0.94 | 0.27 |
| HSL | 64.14º | 0.89% | 0.38% | - |
| HSV(B) | 64.14º | 0.94% | 0.73% | - |
| XYZ | 34.64 | 43.61 | 6.91 | - |
| YUV | 161.58 | 43.02 | 136.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 185 | 11 | 0.06 | 0 | 0.94 | 0.27 | 64.14 | 0.89 | 0.38 |
| Hex | AD | B9 | B | 6 | 0 | 5E | 1B | 40 | 59 | 26 |
| Octal | 255 | 271 | 13 | 6 | 0 | 136 | 33 | 100 | 131 | 46 |
| Binary | 10101101 | 10111001 | 1011 | 110 | 0 | 1011110 | 11011 | 1000000 | 1011001 | 100110 |
Color Harmonies of #ADB90B
Complementary color
Monochromatic Colors of #ADB90B
Black with #ADB90B
Text Example
Text Example
White with #ADB90B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB90B; }
p { color: rgb(173,185,11); }
H1.HeaderClassName
{
color: #ADB90B;
}
.AnyTagClassName
{
color: #ADB90B;
}
</style>
background-color css
<style>
a { background-color: #ADB90B; }
a { background-color: rgb(173,185,11); }
div.DivClassName
{
background-color: #ADB90B;
}
.BgClassName
{
background-color: #ADB90B;
}
</style>
border-color css
<style>
span { border-color: #ADB90B; }
span { border-color: rgb(173,185,11); }
td.TdClassName
{
border-color: #ADB90B;
}
.TagClassName
{
border-color: #ADB90B;
}
</style>