Shades of La Rioja #B8C10E
Tints of La Rioja #B8C10E
RGB
CMYK
RGB Variations
Color information
#B8C10E (or 0xB8C10E) is known color: La Rioja. HEX triplet: B8, C1 and 0E. RGB value is (184,193,14). Sum of RGB (Red+Green+Blue) = 184+193+14=391 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.06% from 391); Green value is 193 (75.78% from 255 or 49.36% from 391); Blue value is 14 (5.86% from 255 or 3.58% from 391); Max value from RGB is 193 - color contains mainly: green. Hex color #B8C10E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B8C10E is #473EF1. Grayscale: #AAAAAA. Windows color (decimal): -4669170 or 967096. OLE color: 967096.
HSL color Cylindrical-coordinate representation of color #B8C10E: hue angle of 63.02º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B8C10E is Cyan = 0.05, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 184 | 193 | 14 | - |
| CMYK | 0.05 | 0 | 0.93 | 0.24 |
| HSL | 63.02º | 0.86% | 0.41% | - |
| HSV(B) | 63.02º | 0.93% | 0.76% | - |
| XYZ | 38.92 | 48.36 | 7.7 | - |
| YUV | 169.9 | 40.02 | 138.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 193 | 14 | 0.05 | 0 | 0.93 | 0.24 | 63.02 | 0.86 | 0.41 |
| Hex | B8 | C1 | E | 5 | 0 | 5D | 18 | 3F | 56 | 29 |
| Octal | 270 | 301 | 16 | 5 | 0 | 135 | 30 | 77 | 126 | 51 |
| Binary | 10111000 | 11000001 | 1110 | 101 | 0 | 1011101 | 11000 | 111111 | 1010110 | 101001 |
Color Harmonies of #B8C10E
Complementary color
Monochromatic Colors of #B8C10E
Black with #B8C10E
Text Example
Text Example
White with #B8C10E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C10E; }
p { color: rgb(184,193,14); }
H1.HeaderClassName
{
color: #B8C10E;
}
.AnyTagClassName
{
color: #B8C10E;
}
</style>
background-color css
<style>
a { background-color: #B8C10E; }
a { background-color: rgb(184,193,14); }
div.DivClassName
{
background-color: #B8C10E;
}
.BgClassName
{
background-color: #B8C10E;
}
</style>
border-color css
<style>
span { border-color: #B8C10E; }
span { border-color: rgb(184,193,14); }
td.TdClassName
{
border-color: #B8C10E;
}
.TagClassName
{
border-color: #B8C10E;
}
</style>