Shades of La Rioja #B8D400
Tints of La Rioja #B8D400
RGB
CMYK
RGB Variations
Color information
#B8D400 (or 0xB8D400) is known color: La Rioja. HEX triplet: B8, D4 and 00. RGB value is (184,212,0). Sum of RGB (Red+Green+Blue) = 184+212+0=396 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.46% from 396); Green value is 212 (83.20% from 255 or 53.54% from 396); Blue value is 0 (0.39% from 255 or 0% from 396); Max value from RGB is 212 - color contains mainly: green. Hex color #B8D400 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B8D400 is #472BFF. Grayscale: #B4B4B4. Windows color (decimal): -4664320 or 54456. OLE color: 54456.
HSL color Cylindrical-coordinate representation of color #B8D400: hue angle of 67.92º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B8D400 is Cyan = 0.13, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 184 | 212 | 0 | - |
| CMYK | 0.13 | 0 | 1 | 0.17 |
| HSL | 67.92º | 1% | 0.42% | - |
| HSV(B) | 67.92º | 1% | 0.83% | - |
| XYZ | 43.31 | 57.28 | 8.77 | - |
| YUV | 179.46 | 26.72 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 212 | 0 | 0.13 | 0 | 1 | 0.17 | 67.92 | 1 | 0.42 |
| Hex | B8 | D4 | 0 | D | 0 | 64 | 11 | 44 | 64 | 2A |
| Octal | 270 | 324 | 0 | 15 | 0 | 144 | 21 | 104 | 144 | 52 |
| Binary | 10111000 | 11010100 | 0 | 1101 | 0 | 1100100 | 10001 | 1000100 | 1100100 | 101010 |
Color Harmonies of #B8D400
Complementary color
Monochromatic Colors of #B8D400
Black with #B8D400
Text Example
Text Example
White with #B8D400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D400; }
p { color: rgb(184,212,0); }
H1.HeaderClassName
{
color: #B8D400;
}
.AnyTagClassName
{
color: #B8D400;
}
</style>
background-color css
<style>
a { background-color: #B8D400; }
a { background-color: rgb(184,212,0); }
div.DivClassName
{
background-color: #B8D400;
}
.BgClassName
{
background-color: #B8D400;
}
</style>
border-color css
<style>
span { border-color: #B8D400; }
span { border-color: rgb(184,212,0); }
td.TdClassName
{
border-color: #B8D400;
}
.TagClassName
{
border-color: #B8D400;
}
</style>