Shades of La Rioja #B0BC08
Tints of La Rioja #B0BC08
RGB
CMYK
RGB Variations
Color information
#B0BC08 (or 0xB0BC08) is known color: La Rioja. HEX triplet: B0, BC and 08. RGB value is (176,188,8). Sum of RGB (Red+Green+Blue) = 176+188+8=372 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.31% from 372); Green value is 188 (73.83% from 255 or 50.54% from 372); Blue value is 8 (3.52% from 255 or 2.15% from 372); Max value from RGB is 188 - color contains mainly: green. Hex color #B0BC08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0BC08 is #4F43F7. Grayscale: #A4A4A4. Windows color (decimal): -5194744 or 572592. OLE color: 572592.
HSL color Cylindrical-coordinate representation of color #B0BC08: hue angle of 64º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B0BC08 is Cyan = 0.06, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 176 | 188 | 8 | - |
| CMYK | 0.06 | 0 | 0.96 | 0.26 |
| HSL | 64º | 0.92% | 0.38% | - |
| HSV(B) | 64º | 0.96% | 0.74% | - |
| XYZ | 35.93 | 45.21 | 7.06 | - |
| YUV | 163.89 | 40.02 | 136.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 188 | 8 | 0.06 | 0 | 0.96 | 0.26 | 64 | 0.92 | 0.38 |
| Hex | B0 | BC | 8 | 6 | 0 | 60 | 1A | 40 | 5C | 26 |
| Octal | 260 | 274 | 10 | 6 | 0 | 140 | 32 | 100 | 134 | 46 |
| Binary | 10110000 | 10111100 | 1000 | 110 | 0 | 1100000 | 11010 | 1000000 | 1011100 | 100110 |
Color Harmonies of #B0BC08
Complementary color
Monochromatic Colors of #B0BC08
Black with #B0BC08
Text Example
Text Example
White with #B0BC08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BC08; }
p { color: rgb(176,188,8); }
H1.HeaderClassName
{
color: #B0BC08;
}
.AnyTagClassName
{
color: #B0BC08;
}
</style>
background-color css
<style>
a { background-color: #B0BC08; }
a { background-color: rgb(176,188,8); }
div.DivClassName
{
background-color: #B0BC08;
}
.BgClassName
{
background-color: #B0BC08;
}
</style>
border-color css
<style>
span { border-color: #B0BC08; }
span { border-color: rgb(176,188,8); }
td.TdClassName
{
border-color: #B0BC08;
}
.TagClassName
{
border-color: #B0BC08;
}
</style>