Shades of La Rioja #B7B90C
Tints of La Rioja #B7B90C
RGB
CMYK
RGB Variations
Color information
#B7B90C (or 0xB7B90C) is known color: La Rioja. HEX triplet: B7, B9 and 0C. RGB value is (183,185,12). Sum of RGB (Red+Green+Blue) = 183+185+12=380 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.16% from 380); Green value is 185 (72.66% from 255 or 48.68% from 380); Blue value is 12 (5.08% from 255 or 3.16% from 380); Max value from RGB is 185 - color contains mainly: green. Hex color #B7B90C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7B90C is #4846F3. Grayscale: #A5A5A5. Windows color (decimal): -4736756 or 833975. OLE color: 833975.
HSL color Cylindrical-coordinate representation of color #B7B90C: hue angle of 60.69º 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 #B7B90C is Cyan = 0.01, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 183 | 185 | 12 | - |
| CMYK | 0.01 | 0 | 0.94 | 0.27 |
| HSL | 60.69º | 0.88% | 0.39% | - |
| HSV(B) | 60.69º | 0.94% | 0.73% | - |
| XYZ | 36.94 | 44.79 | 7.05 | - |
| YUV | 164.68 | 41.84 | 141.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 185 | 12 | 0.01 | 0 | 0.94 | 0.27 | 60.69 | 0.88 | 0.39 |
| Hex | B7 | B9 | C | 1 | 0 | 5E | 1B | 3D | 58 | 27 |
| Octal | 267 | 271 | 14 | 1 | 0 | 136 | 33 | 75 | 130 | 47 |
| Binary | 10110111 | 10111001 | 1100 | 1 | 0 | 1011110 | 11011 | 111101 | 1011000 | 100111 |
Color Harmonies of #B7B90C
Complementary color
Monochromatic Colors of #B7B90C
Black with #B7B90C
Text Example
Text Example
White with #B7B90C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B90C; }
p { color: rgb(183,185,12); }
H1.HeaderClassName
{
color: #B7B90C;
}
.AnyTagClassName
{
color: #B7B90C;
}
</style>
background-color css
<style>
a { background-color: #B7B90C; }
a { background-color: rgb(183,185,12); }
div.DivClassName
{
background-color: #B7B90C;
}
.BgClassName
{
background-color: #B7B90C;
}
</style>
border-color css
<style>
span { border-color: #B7B90C; }
span { border-color: rgb(183,185,12); }
td.TdClassName
{
border-color: #B7B90C;
}
.TagClassName
{
border-color: #B7B90C;
}
</style>