Shades of La Rioja #ADBE0E
Tints of La Rioja #ADBE0E
RGB
CMYK
RGB Variations
Color information
#ADBE0E (or 0xADBE0E) is known color: La Rioja. HEX triplet: AD, BE and 0E. RGB value is (173,190,14). Sum of RGB (Red+Green+Blue) = 173+190+14=377 (49% of max value = 765). Red value is 173 (67.97% from 255 or 45.89% from 377); Green value is 190 (74.61% from 255 or 50.40% from 377); Blue value is 14 (5.86% from 255 or 3.71% from 377); Max value from RGB is 190 - color contains mainly: green. Hex color #ADBE0E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADBE0E is #5241F1. Grayscale: #A5A5A5. Windows color (decimal): -5390834 or 966317. OLE color: 966317.
HSL color Cylindrical-coordinate representation of color #ADBE0E: hue angle of 65.8º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ADBE0E is Cyan = 0.09, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 190 | 14 | - |
| CMYK | 0.09 | 0 | 0.93 | 0.25 |
| HSL | 65.8º | 0.86% | 0.4% | - |
| HSV(B) | 65.8º | 0.93% | 0.75% | - |
| XYZ | 35.73 | 45.74 | 7.36 | - |
| YUV | 164.85 | 42.87 | 133.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 190 | 14 | 0.09 | 0 | 0.93 | 0.25 | 65.8 | 0.86 | 0.4 |
| Hex | AD | BE | E | 9 | 0 | 5D | 19 | 42 | 56 | 28 |
| Octal | 255 | 276 | 16 | 11 | 0 | 135 | 31 | 102 | 126 | 50 |
| Binary | 10101101 | 10111110 | 1110 | 1001 | 0 | 1011101 | 11001 | 1000010 | 1010110 | 101000 |
Color Harmonies of #ADBE0E
Complementary color
Monochromatic Colors of #ADBE0E
Black with #ADBE0E
Text Example
Text Example
White with #ADBE0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBE0E; }
p { color: rgb(173,190,14); }
H1.HeaderClassName
{
color: #ADBE0E;
}
.AnyTagClassName
{
color: #ADBE0E;
}
</style>
background-color css
<style>
a { background-color: #ADBE0E; }
a { background-color: rgb(173,190,14); }
div.DivClassName
{
background-color: #ADBE0E;
}
.BgClassName
{
background-color: #ADBE0E;
}
</style>
border-color css
<style>
span { border-color: #ADBE0E; }
span { border-color: rgb(173,190,14); }
td.TdClassName
{
border-color: #ADBE0E;
}
.TagClassName
{
border-color: #ADBE0E;
}
</style>