Shades of La Rioja #B0C00E
Tints of La Rioja #B0C00E
RGB
CMYK
RGB Variations
Color information
#B0C00E (or 0xB0C00E) is known color: La Rioja. HEX triplet: B0, C0 and 0E. RGB value is (176,192,14). Sum of RGB (Red+Green+Blue) = 176+192+14=382 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.07% from 382); Green value is 192 (75.39% from 255 or 50.26% from 382); Blue value is 14 (5.86% from 255 or 3.66% from 382); Max value from RGB is 192 - color contains mainly: green. Hex color #B0C00E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0C00E is #4F3FF1. Grayscale: #A7A7A7. Windows color (decimal): -5193714 or 966832. OLE color: 966832.
HSL color Cylindrical-coordinate representation of color #B0C00E: hue angle of 65.39º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B0C00E is Cyan = 0.08, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 176 | 192 | 14 | - |
| CMYK | 0.08 | 0 | 0.93 | 0.25 |
| HSL | 65.39º | 0.86% | 0.4% | - |
| HSV(B) | 65.39º | 0.93% | 0.75% | - |
| XYZ | 36.83 | 46.96 | 7.54 | - |
| YUV | 166.92 | 41.7 | 134.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 192 | 14 | 0.08 | 0 | 0.93 | 0.25 | 65.39 | 0.86 | 0.4 |
| Hex | B0 | C0 | E | 8 | 0 | 5D | 19 | 41 | 56 | 28 |
| Octal | 260 | 300 | 16 | 10 | 0 | 135 | 31 | 101 | 126 | 50 |
| Binary | 10110000 | 11000000 | 1110 | 1000 | 0 | 1011101 | 11001 | 1000001 | 1010110 | 101000 |
Color Harmonies of #B0C00E
Complementary color
Monochromatic Colors of #B0C00E
Black with #B0C00E
Text Example
Text Example
White with #B0C00E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C00E; }
p { color: rgb(176,192,14); }
H1.HeaderClassName
{
color: #B0C00E;
}
.AnyTagClassName
{
color: #B0C00E;
}
</style>
background-color css
<style>
a { background-color: #B0C00E; }
a { background-color: rgb(176,192,14); }
div.DivClassName
{
background-color: #B0C00E;
}
.BgClassName
{
background-color: #B0C00E;
}
</style>
border-color css
<style>
span { border-color: #B0C00E; }
span { border-color: rgb(176,192,14); }
td.TdClassName
{
border-color: #B0C00E;
}
.TagClassName
{
border-color: #B0C00E;
}
</style>