Shades of La Rioja #B7B90E
Tints of La Rioja #B7B90E
RGB
CMYK
RGB Variations
Color information
#B7B90E (or 0xB7B90E) is known color: La Rioja. HEX triplet: B7, B9 and 0E. RGB value is (183,185,14). Sum of RGB (Red+Green+Blue) = 183+185+14=382 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.91% from 382); Green value is 185 (72.66% from 255 or 48.43% from 382); Blue value is 14 (5.86% from 255 or 3.66% from 382); Max value from RGB is 185 - color contains mainly: green. Hex color #B7B90E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7B90E is #4846F1. Grayscale: #A5A5A5. Windows color (decimal): -4736754 or 965047. OLE color: 965047.
HSL color Cylindrical-coordinate representation of color #B7B90E: hue angle of 60.7º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B7B90E is Cyan = 0.01, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 183 | 185 | 14 | - |
| CMYK | 0.01 | 0 | 0.92 | 0.27 |
| HSL | 60.7º | 0.86% | 0.39% | - |
| HSV(B) | 60.7º | 0.92% | 0.73% | - |
| XYZ | 36.96 | 44.8 | 7.11 | - |
| YUV | 164.91 | 42.84 | 140.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 185 | 14 | 0.01 | 0 | 0.92 | 0.27 | 60.7 | 0.86 | 0.39 |
| Hex | B7 | B9 | E | 1 | 0 | 5C | 1B | 3D | 56 | 27 |
| Octal | 267 | 271 | 16 | 1 | 0 | 134 | 33 | 75 | 126 | 47 |
| Binary | 10110111 | 10111001 | 1110 | 1 | 0 | 1011100 | 11011 | 111101 | 1010110 | 100111 |
Color Harmonies of #B7B90E
Complementary color
Monochromatic Colors of #B7B90E
Black with #B7B90E
Text Example
Text Example
White with #B7B90E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B90E; }
p { color: rgb(183,185,14); }
H1.HeaderClassName
{
color: #B7B90E;
}
.AnyTagClassName
{
color: #B7B90E;
}
</style>
background-color css
<style>
a { background-color: #B7B90E; }
a { background-color: rgb(183,185,14); }
div.DivClassName
{
background-color: #B7B90E;
}
.BgClassName
{
background-color: #B7B90E;
}
</style>
border-color css
<style>
span { border-color: #B7B90E; }
span { border-color: rgb(183,185,14); }
td.TdClassName
{
border-color: #B7B90E;
}
.TagClassName
{
border-color: #B7B90E;
}
</style>