Shades of La Rioja #B8C400
Tints of La Rioja #B8C400
RGB
CMYK
RGB Variations
Color information
#B8C400 (or 0xB8C400) is known color: La Rioja. HEX triplet: B8, C4 and 00. RGB value is (184,196,0). Sum of RGB (Red+Green+Blue) = 184+196+0=380 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.42% from 380); Green value is 196 (76.95% from 255 or 51.58% from 380); Blue value is 0 (0.39% from 255 or 0% from 380); Max value from RGB is 196 - color contains mainly: green. Hex color #B8C400 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B8C400 is #473BFF. Grayscale: #AAAAAA. Windows color (decimal): -4668416 or 50360. OLE color: 50360.
HSL color Cylindrical-coordinate representation of color #B8C400: hue angle of 63.67º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B8C400 is Cyan = 0.06, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 184 | 196 | 0 | - |
| CMYK | 0.06 | 0 | 1 | 0.23 |
| HSL | 63.67º | 1% | 0.38% | - |
| HSV(B) | 63.67º | 1% | 0.77% | - |
| XYZ | 39.51 | 49.67 | 7.51 | - |
| YUV | 170.07 | 32.02 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 196 | 0 | 0.06 | 0 | 1 | 0.23 | 63.67 | 1 | 0.38 |
| Hex | B8 | C4 | 0 | 6 | 0 | 64 | 17 | 40 | 64 | 26 |
| Octal | 270 | 304 | 0 | 6 | 0 | 144 | 27 | 100 | 144 | 46 |
| Binary | 10111000 | 11000100 | 0 | 110 | 0 | 1100100 | 10111 | 1000000 | 1100100 | 100110 |
Color Harmonies of #B8C400
Complementary color
Monochromatic Colors of #B8C400
Black with #B8C400
Text Example
Text Example
White with #B8C400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C400; }
p { color: rgb(184,196,0); }
H1.HeaderClassName
{
color: #B8C400;
}
.AnyTagClassName
{
color: #B8C400;
}
</style>
background-color css
<style>
a { background-color: #B8C400; }
a { background-color: rgb(184,196,0); }
div.DivClassName
{
background-color: #B8C400;
}
.BgClassName
{
background-color: #B8C400;
}
</style>
border-color css
<style>
span { border-color: #B8C400; }
span { border-color: rgb(184,196,0); }
td.TdClassName
{
border-color: #B8C400;
}
.TagClassName
{
border-color: #B8C400;
}
</style>