Shades of La Rioja #B0CE07
Tints of La Rioja #B0CE07
RGB
CMYK
RGB Variations
Color information
#B0CE07 (or 0xB0CE07) is known color: La Rioja. HEX triplet: B0, CE and 07. RGB value is (176,206,7). Sum of RGB (Red+Green+Blue) = 176+206+7=389 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.24% from 389); Green value is 206 (80.86% from 255 or 52.96% from 389); Blue value is 7 (3.12% from 255 or 1.80% from 389); Max value from RGB is 206 - color contains mainly: green. Hex color #B0CE07 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0CE07 is #4F31F8. Grayscale: #AFAFAF. Windows color (decimal): -5190137 or 511664. OLE color: 511664.
HSL color Cylindrical-coordinate representation of color #B0CE07: hue angle of 69.05º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B0CE07 is Cyan = 0.15, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 206 | 7 | - |
| CMYK | 0.15 | 0 | 0.97 | 0.19 |
| HSL | 69.05º | 0.93% | 0.42% | - |
| HSV(B) | 69.05º | 0.97% | 0.81% | - |
| XYZ | 40.01 | 53.39 | 8.4 | - |
| YUV | 174.34 | 33.56 | 129.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 206 | 7 | 0.15 | 0 | 0.97 | 0.19 | 69.05 | 0.93 | 0.42 |
| Hex | B0 | CE | 7 | F | 0 | 61 | 13 | 45 | 5D | 2A |
| Octal | 260 | 316 | 7 | 17 | 0 | 141 | 23 | 105 | 135 | 52 |
| Binary | 10110000 | 11001110 | 111 | 1111 | 0 | 1100001 | 10011 | 1000101 | 1011101 | 101010 |
Color Harmonies of #B0CE07
Complementary color
Monochromatic Colors of #B0CE07
Black with #B0CE07
Text Example
Text Example
White with #B0CE07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CE07; }
p { color: rgb(176,206,7); }
H1.HeaderClassName
{
color: #B0CE07;
}
.AnyTagClassName
{
color: #B0CE07;
}
</style>
background-color css
<style>
a { background-color: #B0CE07; }
a { background-color: rgb(176,206,7); }
div.DivClassName
{
background-color: #B0CE07;
}
.BgClassName
{
background-color: #B0CE07;
}
</style>
border-color css
<style>
span { border-color: #B0CE07; }
span { border-color: rgb(176,206,7); }
td.TdClassName
{
border-color: #B0CE07;
}
.TagClassName
{
border-color: #B0CE07;
}
</style>