Shades of La Rioja #ADBB0F
Tints of La Rioja #ADBB0F
RGB
CMYK
RGB Variations
Color information
#ADBB0F (or 0xADBB0F) is known color: La Rioja. HEX triplet: AD, BB and 0F. RGB value is (173,187,15). Sum of RGB (Red+Green+Blue) = 173+187+15=375 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.13% from 375); Green value is 187 (73.44% from 255 or 49.87% from 375); Blue value is 15 (6.25% from 255 or 4% from 375); Max value from RGB is 187 - color contains mainly: green. Hex color #ADBB0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADBB0F is #5244F0. Grayscale: #A3A3A3. Windows color (decimal): -5391601 or 1031085. OLE color: 1031085.
HSL color Cylindrical-coordinate representation of color #ADBB0F: hue angle of 64.88º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ADBB0F is Cyan = 0.07, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 187 | 15 | - |
| CMYK | 0.07 | 0 | 0.92 | 0.27 |
| HSL | 64.88º | 0.85% | 0.4% | - |
| HSV(B) | 64.88º | 0.92% | 0.73% | - |
| XYZ | 35.09 | 44.46 | 7.18 | - |
| YUV | 163.21 | 44.36 | 134.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 187 | 15 | 0.07 | 0 | 0.92 | 0.27 | 64.88 | 0.85 | 0.4 |
| Hex | AD | BB | F | 7 | 0 | 5C | 1B | 41 | 55 | 28 |
| Octal | 255 | 273 | 17 | 7 | 0 | 134 | 33 | 101 | 125 | 50 |
| Binary | 10101101 | 10111011 | 1111 | 111 | 0 | 1011100 | 11011 | 1000001 | 1010101 | 101000 |
Color Harmonies of #ADBB0F
Complementary color
Monochromatic Colors of #ADBB0F
Black with #ADBB0F
Text Example
Text Example
White with #ADBB0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBB0F; }
p { color: rgb(173,187,15); }
H1.HeaderClassName
{
color: #ADBB0F;
}
.AnyTagClassName
{
color: #ADBB0F;
}
</style>
background-color css
<style>
a { background-color: #ADBB0F; }
a { background-color: rgb(173,187,15); }
div.DivClassName
{
background-color: #ADBB0F;
}
.BgClassName
{
background-color: #ADBB0F;
}
</style>
border-color css
<style>
span { border-color: #ADBB0F; }
span { border-color: rgb(173,187,15); }
td.TdClassName
{
border-color: #ADBB0F;
}
.TagClassName
{
border-color: #ADBB0F;
}
</style>