Shades of La Rioja #ADBC0C
Tints of La Rioja #ADBC0C
RGB
CMYK
RGB Variations
Color information
#ADBC0C (or 0xADBC0C) is known color: La Rioja. HEX triplet: AD, BC and 0C. RGB value is (173,188,12). Sum of RGB (Red+Green+Blue) = 173+188+12=373 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.38% from 373); Green value is 188 (73.83% from 255 or 50.40% from 373); Blue value is 12 (5.08% from 255 or 3.22% from 373); Max value from RGB is 188 - color contains mainly: green. Hex color #ADBC0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADBC0C is #5243F3. Grayscale: #A4A4A4. Windows color (decimal): -5391348 or 834733. OLE color: 834733.
HSL color Cylindrical-coordinate representation of color #ADBC0C: hue angle of 65.11º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ADBC0C is Cyan = 0.08, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 188 | 12 | - |
| CMYK | 0.08 | 0 | 0.94 | 0.26 |
| HSL | 65.11º | 0.88% | 0.39% | - |
| HSV(B) | 65.11º | 0.94% | 0.74% | - |
| XYZ | 35.28 | 44.88 | 7.15 | - |
| YUV | 163.45 | 42.53 | 134.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 188 | 12 | 0.08 | 0 | 0.94 | 0.26 | 65.11 | 0.88 | 0.39 |
| Hex | AD | BC | C | 8 | 0 | 5E | 1A | 41 | 58 | 27 |
| Octal | 255 | 274 | 14 | 10 | 0 | 136 | 32 | 101 | 130 | 47 |
| Binary | 10101101 | 10111100 | 1100 | 1000 | 0 | 1011110 | 11010 | 1000001 | 1011000 | 100111 |
Color Harmonies of #ADBC0C
Complementary color
Monochromatic Colors of #ADBC0C
Black with #ADBC0C
Text Example
Text Example
White with #ADBC0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBC0C; }
p { color: rgb(173,188,12); }
H1.HeaderClassName
{
color: #ADBC0C;
}
.AnyTagClassName
{
color: #ADBC0C;
}
</style>
background-color css
<style>
a { background-color: #ADBC0C; }
a { background-color: rgb(173,188,12); }
div.DivClassName
{
background-color: #ADBC0C;
}
.BgClassName
{
background-color: #ADBC0C;
}
</style>
border-color css
<style>
span { border-color: #ADBC0C; }
span { border-color: rgb(173,188,12); }
td.TdClassName
{
border-color: #ADBC0C;
}
.TagClassName
{
border-color: #ADBC0C;
}
</style>