Shades of La Rioja #B0C004
Tints of La Rioja #B0C004
RGB
CMYK
RGB Variations
Color information
#B0C004 (or 0xB0C004) is known color: La Rioja. HEX triplet: B0, C0 and 04. RGB value is (176,192,4). Sum of RGB (Red+Green+Blue) = 176+192+4=372 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.31% from 372); Green value is 192 (75.39% from 255 or 51.61% from 372); Blue value is 4 (1.95% from 255 or 1.08% from 372); Max value from RGB is 192 - color contains mainly: green. Hex color #B0C004 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0C004 is #4F3FFB. Grayscale: #A6A6A6. Windows color (decimal): -5193724 or 311472. OLE color: 311472.
HSL color Cylindrical-coordinate representation of color #B0C004: hue angle of 65.11º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B0C004 is Cyan = 0.08, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 176 | 192 | 4 | - |
| CMYK | 0.08 | 0 | 0.98 | 0.25 |
| HSL | 65.11º | 0.96% | 0.38% | - |
| HSV(B) | 65.11º | 0.98% | 0.75% | - |
| XYZ | 36.78 | 46.94 | 7.24 | - |
| YUV | 165.78 | 36.7 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 192 | 4 | 0.08 | 0 | 0.98 | 0.25 | 65.11 | 0.96 | 0.38 |
| Hex | B0 | C0 | 4 | 8 | 0 | 62 | 19 | 41 | 60 | 26 |
| Octal | 260 | 300 | 4 | 10 | 0 | 142 | 31 | 101 | 140 | 46 |
| Binary | 10110000 | 11000000 | 100 | 1000 | 0 | 1100010 | 11001 | 1000001 | 1100000 | 100110 |
Color Harmonies of #B0C004
Complementary color
Monochromatic Colors of #B0C004
Black with #B0C004
Text Example
Text Example
White with #B0C004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C004; }
p { color: rgb(176,192,4); }
H1.HeaderClassName
{
color: #B0C004;
}
.AnyTagClassName
{
color: #B0C004;
}
</style>
background-color css
<style>
a { background-color: #B0C004; }
a { background-color: rgb(176,192,4); }
div.DivClassName
{
background-color: #B0C004;
}
.BgClassName
{
background-color: #B0C004;
}
</style>
border-color css
<style>
span { border-color: #B0C004; }
span { border-color: rgb(176,192,4); }
td.TdClassName
{
border-color: #B0C004;
}
.TagClassName
{
border-color: #B0C004;
}
</style>