Shades of La Rioja #ADB90C
Tints of La Rioja #ADB90C
RGB
CMYK
RGB Variations
Color information
#ADB90C (or 0xADB90C) is known color: La Rioja. HEX triplet: AD, B9 and 0C. RGB value is (173,185,12). Sum of RGB (Red+Green+Blue) = 173+185+12=370 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.76% from 370); Green value is 185 (72.66% from 255 or 50% from 370); Blue value is 12 (5.08% from 255 or 3.24% from 370); Max value from RGB is 185 - color contains mainly: green. Hex color #ADB90C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADB90C is #5246F3. Grayscale: #A2A2A2. Windows color (decimal): -5392116 or 833965. OLE color: 833965.
HSL color Cylindrical-coordinate representation of color #ADB90C: hue angle of 64.16º degrees, saturation: 0.88, 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 #ADB90C is Cyan = 0.06, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 185 | 12 | - |
| CMYK | 0.06 | 0 | 0.94 | 0.27 |
| HSL | 64.16º | 0.88% | 0.39% | - |
| HSV(B) | 64.16º | 0.94% | 0.73% | - |
| XYZ | 34.65 | 43.61 | 6.94 | - |
| YUV | 161.69 | 43.52 | 136.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 185 | 12 | 0.06 | 0 | 0.94 | 0.27 | 64.16 | 0.88 | 0.39 |
| Hex | AD | B9 | C | 6 | 0 | 5E | 1B | 40 | 58 | 27 |
| Octal | 255 | 271 | 14 | 6 | 0 | 136 | 33 | 100 | 130 | 47 |
| Binary | 10101101 | 10111001 | 1100 | 110 | 0 | 1011110 | 11011 | 1000000 | 1011000 | 100111 |
Color Harmonies of #ADB90C
Complementary color
Monochromatic Colors of #ADB90C
Black with #ADB90C
Text Example
Text Example
White with #ADB90C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB90C; }
p { color: rgb(173,185,12); }
H1.HeaderClassName
{
color: #ADB90C;
}
.AnyTagClassName
{
color: #ADB90C;
}
</style>
background-color css
<style>
a { background-color: #ADB90C; }
a { background-color: rgb(173,185,12); }
div.DivClassName
{
background-color: #ADB90C;
}
.BgClassName
{
background-color: #ADB90C;
}
</style>
border-color css
<style>
span { border-color: #ADB90C; }
span { border-color: rgb(173,185,12); }
td.TdClassName
{
border-color: #ADB90C;
}
.TagClassName
{
border-color: #ADB90C;
}
</style>