Shades of La Rioja #ADBA0B
Tints of La Rioja #ADBA0B
RGB
CMYK
RGB Variations
Color information
#ADBA0B (or 0xADBA0B) is known color: La Rioja. HEX triplet: AD, BA and 0B. RGB value is (173,186,11). Sum of RGB (Red+Green+Blue) = 173+186+11=370 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.76% from 370); Green value is 186 (73.05% from 255 or 50.27% from 370); Blue value is 11 (4.69% from 255 or 2.97% from 370); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBA0B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADBA0B is #5245F4. Grayscale: #A2A2A2. Windows color (decimal): -5391861 or 768685. OLE color: 768685.
HSL color Cylindrical-coordinate representation of color #ADBA0B: hue angle of 64.46º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ADBA0B is Cyan = 0.07, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 186 | 11 | - |
| CMYK | 0.07 | 0 | 0.94 | 0.27 |
| HSL | 64.46º | 0.89% | 0.39% | - |
| HSV(B) | 64.46º | 0.94% | 0.73% | - |
| XYZ | 34.85 | 44.03 | 6.98 | - |
| YUV | 162.16 | 42.69 | 135.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 186 | 11 | 0.07 | 0 | 0.94 | 0.27 | 64.46 | 0.89 | 0.39 |
| Hex | AD | BA | B | 7 | 0 | 5E | 1B | 40 | 59 | 27 |
| Octal | 255 | 272 | 13 | 7 | 0 | 136 | 33 | 100 | 131 | 47 |
| Binary | 10101101 | 10111010 | 1011 | 111 | 0 | 1011110 | 11011 | 1000000 | 1011001 | 100111 |
Color Harmonies of #ADBA0B
Complementary color
Monochromatic Colors of #ADBA0B
Black with #ADBA0B
Text Example
Text Example
White with #ADBA0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBA0B; }
p { color: rgb(173,186,11); }
H1.HeaderClassName
{
color: #ADBA0B;
}
.AnyTagClassName
{
color: #ADBA0B;
}
</style>
background-color css
<style>
a { background-color: #ADBA0B; }
a { background-color: rgb(173,186,11); }
div.DivClassName
{
background-color: #ADBA0B;
}
.BgClassName
{
background-color: #ADBA0B;
}
</style>
border-color css
<style>
span { border-color: #ADBA0B; }
span { border-color: rgb(173,186,11); }
td.TdClassName
{
border-color: #ADBA0B;
}
.TagClassName
{
border-color: #ADBA0B;
}
</style>