Shades of La Rioja #B8BC04
Tints of La Rioja #B8BC04
RGB
CMYK
RGB Variations
Color information
#B8BC04 (or 0xB8BC04) is known color: La Rioja. HEX triplet: B8, BC and 04. RGB value is (184,188,4). Sum of RGB (Red+Green+Blue) = 184+188+4=376 (49% of max value = 765). Red value is 184 (72.27% from 255 or 48.94% from 376); Green value is 188 (73.83% from 255 or 50% from 376); Blue value is 4 (1.95% from 255 or 1.06% from 376); Max value from RGB is 188 - color contains mainly: green. Hex color #B8BC04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B8BC04 is #4743FB. Grayscale: #A6A6A6. Windows color (decimal): -4670460 or 310456. OLE color: 310456.
HSL color Cylindrical-coordinate representation of color #B8BC04: hue angle of 61.3º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B8BC04 is Cyan = 0.02, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 184 | 188 | 4 | - |
| CMYK | 0.02 | 0 | 0.98 | 0.26 |
| HSL | 61.3º | 0.96% | 0.38% | - |
| HSV(B) | 61.3º | 0.98% | 0.74% | - |
| XYZ | 37.77 | 46.17 | 7.03 | - |
| YUV | 165.83 | 36.67 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 188 | 4 | 0.02 | 0 | 0.98 | 0.26 | 61.3 | 0.96 | 0.38 |
| Hex | B8 | BC | 4 | 2 | 0 | 62 | 1A | 3D | 60 | 26 |
| Octal | 270 | 274 | 4 | 2 | 0 | 142 | 32 | 75 | 140 | 46 |
| Binary | 10111000 | 10111100 | 100 | 10 | 0 | 1100010 | 11010 | 111101 | 1100000 | 100110 |
Color Harmonies of #B8BC04
Complementary color
Monochromatic Colors of #B8BC04
Black with #B8BC04
Text Example
Text Example
White with #B8BC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8BC04; }
p { color: rgb(184,188,4); }
H1.HeaderClassName
{
color: #B8BC04;
}
.AnyTagClassName
{
color: #B8BC04;
}
</style>
background-color css
<style>
a { background-color: #B8BC04; }
a { background-color: rgb(184,188,4); }
div.DivClassName
{
background-color: #B8BC04;
}
.BgClassName
{
background-color: #B8BC04;
}
</style>
border-color css
<style>
span { border-color: #B8BC04; }
span { border-color: rgb(184,188,4); }
td.TdClassName
{
border-color: #B8BC04;
}
.TagClassName
{
border-color: #B8BC04;
}
</style>