Shades of La Rioja #B7C50C
Tints of La Rioja #B7C50C
RGB
CMYK
RGB Variations
Color information
#B7C50C (or 0xB7C50C) is known color: La Rioja. HEX triplet: B7, C5 and 0C. RGB value is (183,197,12). Sum of RGB (Red+Green+Blue) = 183+197+12=392 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.68% from 392); Green value is 197 (77.34% from 255 or 50.26% from 392); Blue value is 12 (5.08% from 255 or 3.06% from 392); Max value from RGB is 197 - color contains mainly: green. Hex color #B7C50C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7C50C is #483AF3. Grayscale: #ACACAC. Windows color (decimal): -4733684 or 837047. OLE color: 837047.
HSL color Cylindrical-coordinate representation of color #B7C50C: hue angle of 64.54º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B7C50C is Cyan = 0.07, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 183 | 197 | 12 | - |
| CMYK | 0.07 | 0 | 0.94 | 0.23 |
| HSL | 64.54º | 0.89% | 0.41% | - |
| HSV(B) | 64.54º | 0.94% | 0.77% | - |
| XYZ | 39.56 | 50.03 | 7.92 | - |
| YUV | 171.72 | 37.86 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 197 | 12 | 0.07 | 0 | 0.94 | 0.23 | 64.54 | 0.89 | 0.41 |
| Hex | B7 | C5 | C | 7 | 0 | 5E | 17 | 41 | 59 | 29 |
| Octal | 267 | 305 | 14 | 7 | 0 | 136 | 27 | 101 | 131 | 51 |
| Binary | 10110111 | 11000101 | 1100 | 111 | 0 | 1011110 | 10111 | 1000001 | 1011001 | 101001 |
Color Harmonies of #B7C50C
Complementary color
Monochromatic Colors of #B7C50C
Black with #B7C50C
Text Example
Text Example
White with #B7C50C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7C50C; }
p { color: rgb(183,197,12); }
H1.HeaderClassName
{
color: #B7C50C;
}
.AnyTagClassName
{
color: #B7C50C;
}
</style>
background-color css
<style>
a { background-color: #B7C50C; }
a { background-color: rgb(183,197,12); }
div.DivClassName
{
background-color: #B7C50C;
}
.BgClassName
{
background-color: #B7C50C;
}
</style>
border-color css
<style>
span { border-color: #B7C50C; }
span { border-color: rgb(183,197,12); }
td.TdClassName
{
border-color: #B7C50C;
}
.TagClassName
{
border-color: #B7C50C;
}
</style>