Shades of La Rioja #B8C800
Tints of La Rioja #B8C800
RGB
CMYK
RGB Variations
Color information
#B8C800 (or 0xB8C800) is known color: La Rioja. HEX triplet: B8, C8 and 00. RGB value is (184,200,0). Sum of RGB (Red+Green+Blue) = 184+200+0=384 (50% of max value = 765). Red value is 184 (72.27% from 255 or 47.92% from 384); Green value is 200 (78.52% from 255 or 52.08% from 384); Blue value is 0 (0.39% from 255 or 0% from 384); Max value from RGB is 200 - color contains mainly: green. Hex color #B8C800 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B8C800 is #4737FF. Grayscale: #ADADAD. Windows color (decimal): -4667392 or 51384. OLE color: 51384.
HSL color Cylindrical-coordinate representation of color #B8C800: hue angle of 64.8º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B8C800 is Cyan = 0.08, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 184 | 200 | 0 | - |
| CMYK | 0.08 | 0 | 1 | 0.22 |
| HSL | 64.8º | 1% | 0.39% | - |
| HSV(B) | 64.8º | 1% | 0.78% | - |
| XYZ | 40.42 | 51.5 | 7.81 | - |
| YUV | 172.42 | 30.7 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 200 | 0 | 0.08 | 0 | 1 | 0.22 | 64.8 | 1 | 0.39 |
| Hex | B8 | C8 | 0 | 8 | 0 | 64 | 16 | 41 | 64 | 27 |
| Octal | 270 | 310 | 0 | 10 | 0 | 144 | 26 | 101 | 144 | 47 |
| Binary | 10111000 | 11001000 | 0 | 1000 | 0 | 1100100 | 10110 | 1000001 | 1100100 | 100111 |
Color Harmonies of #B8C800
Complementary color
Monochromatic Colors of #B8C800
Black with #B8C800
Text Example
Text Example
White with #B8C800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C800; }
p { color: rgb(184,200,0); }
H1.HeaderClassName
{
color: #B8C800;
}
.AnyTagClassName
{
color: #B8C800;
}
</style>
background-color css
<style>
a { background-color: #B8C800; }
a { background-color: rgb(184,200,0); }
div.DivClassName
{
background-color: #B8C800;
}
.BgClassName
{
background-color: #B8C800;
}
</style>
border-color css
<style>
span { border-color: #B8C800; }
span { border-color: rgb(184,200,0); }
td.TdClassName
{
border-color: #B8C800;
}
.TagClassName
{
border-color: #B8C800;
}
</style>