Shades of La Rioja #B0C011
Tints of La Rioja #B0C011
RGB
CMYK
RGB Variations
Color information
#B0C011 (or 0xB0C011) is known color: La Rioja. HEX triplet: B0, C0 and 11. RGB value is (176,192,17). Sum of RGB (Red+Green+Blue) = 176+192+17=385 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.71% from 385); Green value is 192 (75.39% from 255 or 49.87% from 385); Blue value is 17 (7.03% from 255 or 4.42% from 385); Max value from RGB is 192 - color contains mainly: green. Hex color #B0C011 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0C011 is #4F3FEE. Grayscale: #A7A7A7. Windows color (decimal): -5193711 or 1163440. OLE color: 1163440.
HSL color Cylindrical-coordinate representation of color #B0C011: hue angle of 65.49º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B0C011 is Cyan = 0.08, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 176 | 192 | 17 | - |
| CMYK | 0.08 | 0 | 0.91 | 0.25 |
| HSL | 65.49º | 0.84% | 0.41% | - |
| HSV(B) | 65.49º | 0.91% | 0.75% | - |
| XYZ | 36.86 | 46.97 | 7.65 | - |
| YUV | 167.27 | 43.2 | 134.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 192 | 17 | 0.08 | 0 | 0.91 | 0.25 | 65.49 | 0.84 | 0.41 |
| Hex | B0 | C0 | 11 | 8 | 0 | 5B | 19 | 41 | 54 | 29 |
| Octal | 260 | 300 | 21 | 10 | 0 | 133 | 31 | 101 | 124 | 51 |
| Binary | 10110000 | 11000000 | 10001 | 1000 | 0 | 1011011 | 11001 | 1000001 | 1010100 | 101001 |
Color Harmonies of #B0C011
Complementary color
Monochromatic Colors of #B0C011
Black with #B0C011
Text Example
Text Example
White with #B0C011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C011; }
p { color: rgb(176,192,17); }
H1.HeaderClassName
{
color: #B0C011;
}
.AnyTagClassName
{
color: #B0C011;
}
</style>
background-color css
<style>
a { background-color: #B0C011; }
a { background-color: rgb(176,192,17); }
div.DivClassName
{
background-color: #B0C011;
}
.BgClassName
{
background-color: #B0C011;
}
</style>
border-color css
<style>
span { border-color: #B0C011; }
span { border-color: rgb(176,192,17); }
td.TdClassName
{
border-color: #B0C011;
}
.TagClassName
{
border-color: #B0C011;
}
</style>