Shades of La Rioja #ADB80D
Tints of La Rioja #ADB80D
RGB
CMYK
RGB Variations
Color information
#ADB80D (or 0xADB80D) is known color: La Rioja. HEX triplet: AD, B8 and 0D. RGB value is (173,184,13). Sum of RGB (Red+Green+Blue) = 173+184+13=370 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.76% from 370); Green value is 184 (72.27% from 255 or 49.73% from 370); Blue value is 13 (5.47% from 255 or 3.51% from 370); Max value from RGB is 184 - color contains mainly: green. Hex color #ADB80D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADB80D is #5247F2. Grayscale: #A1A1A1. Windows color (decimal): -5392371 or 899245. OLE color: 899245.
HSL color Cylindrical-coordinate representation of color #ADB80D: hue angle of 63.86º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ADB80D is Cyan = 0.06, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 184 | 13 | - |
| CMYK | 0.06 | 0 | 0.93 | 0.28 |
| HSL | 63.86º | 0.87% | 0.39% | - |
| HSV(B) | 63.86º | 0.93% | 0.72% | - |
| XYZ | 34.45 | 43.19 | 6.9 | - |
| YUV | 161.22 | 44.36 | 136.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 184 | 13 | 0.06 | 0 | 0.93 | 0.28 | 63.86 | 0.87 | 0.39 |
| Hex | AD | B8 | D | 6 | 0 | 5D | 1C | 40 | 57 | 27 |
| Octal | 255 | 270 | 15 | 6 | 0 | 135 | 34 | 100 | 127 | 47 |
| Binary | 10101101 | 10111000 | 1101 | 110 | 0 | 1011101 | 11100 | 1000000 | 1010111 | 100111 |
Color Harmonies of #ADB80D
Complementary color
Monochromatic Colors of #ADB80D
Black with #ADB80D
Text Example
Text Example
White with #ADB80D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB80D; }
p { color: rgb(173,184,13); }
H1.HeaderClassName
{
color: #ADB80D;
}
.AnyTagClassName
{
color: #ADB80D;
}
</style>
background-color css
<style>
a { background-color: #ADB80D; }
a { background-color: rgb(173,184,13); }
div.DivClassName
{
background-color: #ADB80D;
}
.BgClassName
{
background-color: #ADB80D;
}
</style>
border-color css
<style>
span { border-color: #ADB80D; }
span { border-color: rgb(173,184,13); }
td.TdClassName
{
border-color: #ADB80D;
}
.TagClassName
{
border-color: #ADB80D;
}
</style>