Shades of La Rioja #B0C006
Tints of La Rioja #B0C006
RGB
CMYK
RGB Variations
Color information
#B0C006 (or 0xB0C006) is known color: La Rioja. HEX triplet: B0, C0 and 06. RGB value is (176,192,6). Sum of RGB (Red+Green+Blue) = 176+192+6=374 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.06% from 374); Green value is 192 (75.39% from 255 or 51.34% from 374); Blue value is 6 (2.73% from 255 or 1.60% from 374); Max value from RGB is 192 - color contains mainly: green. Hex color #B0C006 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0C006 is #4F3FF9. Grayscale: #A6A6A6. Windows color (decimal): -5193722 or 442544. OLE color: 442544.
HSL color Cylindrical-coordinate representation of color #B0C006: hue angle of 65.16º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B0C006 is Cyan = 0.08, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 176 | 192 | 6 | - |
| CMYK | 0.08 | 0 | 0.97 | 0.25 |
| HSL | 65.16º | 0.94% | 0.39% | - |
| HSV(B) | 65.16º | 0.97% | 0.75% | - |
| XYZ | 36.79 | 46.94 | 7.29 | - |
| YUV | 166.01 | 37.7 | 135.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 192 | 6 | 0.08 | 0 | 0.97 | 0.25 | 65.16 | 0.94 | 0.39 |
| Hex | B0 | C0 | 6 | 8 | 0 | 61 | 19 | 41 | 5E | 27 |
| Octal | 260 | 300 | 6 | 10 | 0 | 141 | 31 | 101 | 136 | 47 |
| Binary | 10110000 | 11000000 | 110 | 1000 | 0 | 1100001 | 11001 | 1000001 | 1011110 | 100111 |
Color Harmonies of #B0C006
Complementary color
Monochromatic Colors of #B0C006
Black with #B0C006
Text Example
Text Example
White with #B0C006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C006; }
p { color: rgb(176,192,6); }
H1.HeaderClassName
{
color: #B0C006;
}
.AnyTagClassName
{
color: #B0C006;
}
</style>
background-color css
<style>
a { background-color: #B0C006; }
a { background-color: rgb(176,192,6); }
div.DivClassName
{
background-color: #B0C006;
}
.BgClassName
{
background-color: #B0C006;
}
</style>
border-color css
<style>
span { border-color: #B0C006; }
span { border-color: rgb(176,192,6); }
td.TdClassName
{
border-color: #B0C006;
}
.TagClassName
{
border-color: #B0C006;
}
</style>