Shades of La Rioja #B8C506
Tints of La Rioja #B8C506
RGB
CMYK
RGB Variations
Color information
#B8C506 (or 0xB8C506) is known color: La Rioja. HEX triplet: B8, C5 and 06. RGB value is (184,197,6). Sum of RGB (Red+Green+Blue) = 184+197+6=387 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.55% from 387); Green value is 197 (77.34% from 255 or 50.90% from 387); Blue value is 6 (2.73% from 255 or 1.55% from 387); Max value from RGB is 197 - color contains mainly: green. Hex color #B8C506 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B8C506 is #473AF9. Grayscale: #ACACAC. Windows color (decimal): -4668154 or 443832. OLE color: 443832.
HSL color Cylindrical-coordinate representation of color #B8C506: hue angle of 64.08º 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 #B8C506 is Cyan = 0.07, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 184 | 197 | 6 | - |
| CMYK | 0.07 | 0 | 0.97 | 0.23 |
| HSL | 64.08º | 0.94% | 0.4% | - |
| HSV(B) | 64.08º | 0.97% | 0.77% | - |
| XYZ | 39.77 | 50.14 | 7.75 | - |
| YUV | 171.34 | 34.69 | 137.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 197 | 6 | 0.07 | 0 | 0.97 | 0.23 | 64.08 | 0.94 | 0.4 |
| Hex | B8 | C5 | 6 | 7 | 0 | 61 | 17 | 40 | 5E | 28 |
| Octal | 270 | 305 | 6 | 7 | 0 | 141 | 27 | 100 | 136 | 50 |
| Binary | 10111000 | 11000101 | 110 | 111 | 0 | 1100001 | 10111 | 1000000 | 1011110 | 101000 |
Color Harmonies of #B8C506
Complementary color
Monochromatic Colors of #B8C506
Black with #B8C506
Text Example
Text Example
White with #B8C506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C506; }
p { color: rgb(184,197,6); }
H1.HeaderClassName
{
color: #B8C506;
}
.AnyTagClassName
{
color: #B8C506;
}
</style>
background-color css
<style>
a { background-color: #B8C506; }
a { background-color: rgb(184,197,6); }
div.DivClassName
{
background-color: #B8C506;
}
.BgClassName
{
background-color: #B8C506;
}
</style>
border-color css
<style>
span { border-color: #B8C506; }
span { border-color: rgb(184,197,6); }
td.TdClassName
{
border-color: #B8C506;
}
.TagClassName
{
border-color: #B8C506;
}
</style>