Shades of La Rioja #B7C506
Tints of La Rioja #B7C506
RGB
CMYK
RGB Variations
Color information
#B7C506 (or 0xB7C506) is known color: La Rioja. HEX triplet: B7, C5 and 06. RGB value is (183,197,6). Sum of RGB (Red+Green+Blue) = 183+197+6=386 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.41% from 386); Green value is 197 (77.34% from 255 or 51.04% from 386); Blue value is 6 (2.73% from 255 or 1.55% from 386); Max value from RGB is 197 - color contains mainly: green. Hex color #B7C506 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7C506 is #483AF9. Grayscale: #ABABAB. Windows color (decimal): -4733690 or 443831. OLE color: 443831.
HSL color Cylindrical-coordinate representation of color #B7C506: hue angle of 64.4º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B7C506 is Cyan = 0.07, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 183 | 197 | 6 | - |
| CMYK | 0.07 | 0 | 0.97 | 0.23 |
| HSL | 64.4º | 0.94% | 0.4% | - |
| HSV(B) | 64.4º | 0.97% | 0.77% | - |
| XYZ | 39.53 | 50.01 | 7.74 | - |
| YUV | 171.04 | 34.86 | 136.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 197 | 6 | 0.07 | 0 | 0.97 | 0.23 | 64.4 | 0.94 | 0.4 |
| Hex | B7 | C5 | 6 | 7 | 0 | 61 | 17 | 40 | 5E | 28 |
| Octal | 267 | 305 | 6 | 7 | 0 | 141 | 27 | 100 | 136 | 50 |
| Binary | 10110111 | 11000101 | 110 | 111 | 0 | 1100001 | 10111 | 1000000 | 1011110 | 101000 |
Color Harmonies of #B7C506
Complementary color
Monochromatic Colors of #B7C506
Black with #B7C506
Text Example
Text Example
White with #B7C506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7C506; }
p { color: rgb(183,197,6); }
H1.HeaderClassName
{
color: #B7C506;
}
.AnyTagClassName
{
color: #B7C506;
}
</style>
background-color css
<style>
a { background-color: #B7C506; }
a { background-color: rgb(183,197,6); }
div.DivClassName
{
background-color: #B7C506;
}
.BgClassName
{
background-color: #B7C506;
}
</style>
border-color css
<style>
span { border-color: #B7C506; }
span { border-color: rgb(183,197,6); }
td.TdClassName
{
border-color: #B7C506;
}
.TagClassName
{
border-color: #B7C506;
}
</style>