Shades of La Rioja #B0C003
Tints of La Rioja #B0C003
RGB
CMYK
RGB Variations
Color information
#B0C003 (or 0xB0C003) is known color: La Rioja. HEX triplet: B0, C0 and 03. RGB value is (176,192,3). Sum of RGB (Red+Green+Blue) = 176+192+3=371 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.44% from 371); Green value is 192 (75.39% from 255 or 51.75% from 371); Blue value is 3 (1.56% from 255 or 0.81% from 371); Max value from RGB is 192 - color contains mainly: green. Hex color #B0C003 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0C003 is #4F3FFC. Grayscale: #A6A6A6. Windows color (decimal): -5193725 or 245936. OLE color: 245936.
HSL color Cylindrical-coordinate representation of color #B0C003: hue angle of 65.08º degrees, saturation: 0.97, 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 #B0C003 is Cyan = 0.08, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 176 | 192 | 3 | - |
| CMYK | 0.08 | 0 | 0.98 | 0.25 |
| HSL | 65.08º | 0.97% | 0.38% | - |
| HSV(B) | 65.08º | 0.98% | 0.75% | - |
| XYZ | 36.77 | 46.94 | 7.21 | - |
| YUV | 165.67 | 36.2 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 192 | 3 | 0.08 | 0 | 0.98 | 0.25 | 65.08 | 0.97 | 0.38 |
| Hex | B0 | C0 | 3 | 8 | 0 | 62 | 19 | 41 | 61 | 26 |
| Octal | 260 | 300 | 3 | 10 | 0 | 142 | 31 | 101 | 141 | 46 |
| Binary | 10110000 | 11000000 | 11 | 1000 | 0 | 1100010 | 11001 | 1000001 | 1100001 | 100110 |
Color Harmonies of #B0C003
Complementary color
Monochromatic Colors of #B0C003
Black with #B0C003
Text Example
Text Example
White with #B0C003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C003; }
p { color: rgb(176,192,3); }
H1.HeaderClassName
{
color: #B0C003;
}
.AnyTagClassName
{
color: #B0C003;
}
</style>
background-color css
<style>
a { background-color: #B0C003; }
a { background-color: rgb(176,192,3); }
div.DivClassName
{
background-color: #B0C003;
}
.BgClassName
{
background-color: #B0C003;
}
</style>
border-color css
<style>
span { border-color: #B0C003; }
span { border-color: rgb(176,192,3); }
td.TdClassName
{
border-color: #B0C003;
}
.TagClassName
{
border-color: #B0C003;
}
</style>