Shades of La Rioja #B8C404
Tints of La Rioja #B8C404
RGB
CMYK
RGB Variations
Color information
#B8C404 (or 0xB8C404) is known color: La Rioja. HEX triplet: B8, C4 and 04. RGB value is (184,196,4). Sum of RGB (Red+Green+Blue) = 184+196+4=384 (50% of max value = 765). Red value is 184 (72.27% from 255 or 47.92% from 384); Green value is 196 (76.95% from 255 or 51.04% from 384); Blue value is 4 (1.95% from 255 or 1.04% from 384); Max value from RGB is 196 - color contains mainly: green. Hex color #B8C404 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B8C404 is #473BFB. Grayscale: #ABABAB. Windows color (decimal): -4668412 or 312504. OLE color: 312504.
HSL color Cylindrical-coordinate representation of color #B8C404: hue angle of 63.75º 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 #B8C404 is Cyan = 0.06, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 184 | 196 | 4 | - |
| CMYK | 0.06 | 0 | 0.98 | 0.23 |
| HSL | 63.75º | 0.96% | 0.39% | - |
| HSV(B) | 63.75º | 0.98% | 0.77% | - |
| XYZ | 39.53 | 49.68 | 7.62 | - |
| YUV | 170.52 | 34.02 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 196 | 4 | 0.06 | 0 | 0.98 | 0.23 | 63.75 | 0.96 | 0.39 |
| Hex | B8 | C4 | 4 | 6 | 0 | 62 | 17 | 40 | 60 | 27 |
| Octal | 270 | 304 | 4 | 6 | 0 | 142 | 27 | 100 | 140 | 47 |
| Binary | 10111000 | 11000100 | 100 | 110 | 0 | 1100010 | 10111 | 1000000 | 1100000 | 100111 |
Color Harmonies of #B8C404
Complementary color
Monochromatic Colors of #B8C404
Black with #B8C404
Text Example
Text Example
White with #B8C404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C404; }
p { color: rgb(184,196,4); }
H1.HeaderClassName
{
color: #B8C404;
}
.AnyTagClassName
{
color: #B8C404;
}
</style>
background-color css
<style>
a { background-color: #B8C404; }
a { background-color: rgb(184,196,4); }
div.DivClassName
{
background-color: #B8C404;
}
.BgClassName
{
background-color: #B8C404;
}
</style>
border-color css
<style>
span { border-color: #B8C404; }
span { border-color: rgb(184,196,4); }
td.TdClassName
{
border-color: #B8C404;
}
.TagClassName
{
border-color: #B8C404;
}
</style>