Shades of La Rioja #B8C004
Tints of La Rioja #B8C004
RGB
CMYK
RGB Variations
Color information
#B8C004 (or 0xB8C004) is known color: La Rioja. HEX triplet: B8, C0 and 04. RGB value is (184,192,4). Sum of RGB (Red+Green+Blue) = 184+192+4=380 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.42% from 380); Green value is 192 (75.39% from 255 or 50.53% from 380); Blue value is 4 (1.95% from 255 or 1.05% from 380); Max value from RGB is 192 - color contains mainly: green. Hex color #B8C004 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B8C004 is #473FFB. Grayscale: #A8A8A8. Windows color (decimal): -4669436 or 311480. OLE color: 311480.
HSL color Cylindrical-coordinate representation of color #B8C004: hue angle of 62.55º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B8C004 is Cyan = 0.04, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 184 | 192 | 4 | - |
| CMYK | 0.04 | 0 | 0.98 | 0.25 |
| HSL | 62.55º | 0.96% | 0.38% | - |
| HSV(B) | 62.55º | 0.98% | 0.75% | - |
| XYZ | 38.64 | 47.9 | 7.32 | - |
| YUV | 168.18 | 35.35 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 192 | 4 | 0.04 | 0 | 0.98 | 0.25 | 62.55 | 0.96 | 0.38 |
| Hex | B8 | C0 | 4 | 4 | 0 | 62 | 19 | 3F | 60 | 26 |
| Octal | 270 | 300 | 4 | 4 | 0 | 142 | 31 | 77 | 140 | 46 |
| Binary | 10111000 | 11000000 | 100 | 100 | 0 | 1100010 | 11001 | 111111 | 1100000 | 100110 |
Color Harmonies of #B8C004
Complementary color
Monochromatic Colors of #B8C004
Black with #B8C004
Text Example
Text Example
White with #B8C004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C004; }
p { color: rgb(184,192,4); }
H1.HeaderClassName
{
color: #B8C004;
}
.AnyTagClassName
{
color: #B8C004;
}
</style>
background-color css
<style>
a { background-color: #B8C004; }
a { background-color: rgb(184,192,4); }
div.DivClassName
{
background-color: #B8C004;
}
.BgClassName
{
background-color: #B8C004;
}
</style>
border-color css
<style>
span { border-color: #B8C004; }
span { border-color: rgb(184,192,4); }
td.TdClassName
{
border-color: #B8C004;
}
.TagClassName
{
border-color: #B8C004;
}
</style>