Shades of La Rioja #B8C504
Tints of La Rioja #B8C504
RGB
CMYK
RGB Variations
Color information
#B8C504 (or 0xB8C504) is known color: La Rioja. HEX triplet: B8, C5 and 04. RGB value is (184,197,4). Sum of RGB (Red+Green+Blue) = 184+197+4=385 (50% of max value = 765). Red value is 184 (72.27% from 255 or 47.79% from 385); Green value is 197 (77.34% from 255 or 51.17% from 385); Blue value is 4 (1.95% from 255 or 1.04% from 385); Max value from RGB is 197 - color contains mainly: green. Hex color #B8C504 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B8C504 is #473AFB. Grayscale: #ABABAB. Windows color (decimal): -4668156 or 312760. OLE color: 312760.
HSL color Cylindrical-coordinate representation of color #B8C504: hue angle of 64.04º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B8C504 is Cyan = 0.07, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 184 | 197 | 4 | - |
| CMYK | 0.07 | 0 | 0.98 | 0.23 |
| HSL | 64.04º | 0.96% | 0.39% | - |
| HSV(B) | 64.04º | 0.98% | 0.77% | - |
| XYZ | 39.76 | 50.13 | 7.7 | - |
| YUV | 171.11 | 33.69 | 137.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 197 | 4 | 0.07 | 0 | 0.98 | 0.23 | 64.04 | 0.96 | 0.39 |
| Hex | B8 | C5 | 4 | 7 | 0 | 62 | 17 | 40 | 60 | 27 |
| Octal | 270 | 305 | 4 | 7 | 0 | 142 | 27 | 100 | 140 | 47 |
| Binary | 10111000 | 11000101 | 100 | 111 | 0 | 1100010 | 10111 | 1000000 | 1100000 | 100111 |
Color Harmonies of #B8C504
Complementary color
Monochromatic Colors of #B8C504
Black with #B8C504
Text Example
Text Example
White with #B8C504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C504; }
p { color: rgb(184,197,4); }
H1.HeaderClassName
{
color: #B8C504;
}
.AnyTagClassName
{
color: #B8C504;
}
</style>
background-color css
<style>
a { background-color: #B8C504; }
a { background-color: rgb(184,197,4); }
div.DivClassName
{
background-color: #B8C504;
}
.BgClassName
{
background-color: #B8C504;
}
</style>
border-color css
<style>
span { border-color: #B8C504; }
span { border-color: rgb(184,197,4); }
td.TdClassName
{
border-color: #B8C504;
}
.TagClassName
{
border-color: #B8C504;
}
</style>