Shades of La Rioja #B0C50C
Tints of La Rioja #B0C50C
RGB
CMYK
RGB Variations
Color information
#B0C50C (or 0xB0C50C) is known color: La Rioja. HEX triplet: B0, C5 and 0C. RGB value is (176,197,12). Sum of RGB (Red+Green+Blue) = 176+197+12=385 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.71% from 385); Green value is 197 (77.34% from 255 or 51.17% from 385); Blue value is 12 (5.08% from 255 or 3.12% from 385); Max value from RGB is 197 - color contains mainly: green. Hex color #B0C50C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0C50C is #4F3AF3. Grayscale: #AAAAAA. Windows color (decimal): -5192436 or 837040. OLE color: 837040.
HSL color Cylindrical-coordinate representation of color #B0C50C: hue angle of 66.81º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B0C50C is Cyan = 0.11, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 176 | 197 | 12 | - |
| CMYK | 0.11 | 0 | 0.94 | 0.23 |
| HSL | 66.81º | 0.89% | 0.41% | - |
| HSV(B) | 66.81º | 0.94% | 0.77% | - |
| XYZ | 37.94 | 49.19 | 7.84 | - |
| YUV | 169.63 | 39.04 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 197 | 12 | 0.11 | 0 | 0.94 | 0.23 | 66.81 | 0.89 | 0.41 |
| Hex | B0 | C5 | C | B | 0 | 5E | 17 | 43 | 59 | 29 |
| Octal | 260 | 305 | 14 | 13 | 0 | 136 | 27 | 103 | 131 | 51 |
| Binary | 10110000 | 11000101 | 1100 | 1011 | 0 | 1011110 | 10111 | 1000011 | 1011001 | 101001 |
Color Harmonies of #B0C50C
Complementary color
Monochromatic Colors of #B0C50C
Black with #B0C50C
Text Example
Text Example
White with #B0C50C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C50C; }
p { color: rgb(176,197,12); }
H1.HeaderClassName
{
color: #B0C50C;
}
.AnyTagClassName
{
color: #B0C50C;
}
</style>
background-color css
<style>
a { background-color: #B0C50C; }
a { background-color: rgb(176,197,12); }
div.DivClassName
{
background-color: #B0C50C;
}
.BgClassName
{
background-color: #B0C50C;
}
</style>
border-color css
<style>
span { border-color: #B0C50C; }
span { border-color: rgb(176,197,12); }
td.TdClassName
{
border-color: #B0C50C;
}
.TagClassName
{
border-color: #B0C50C;
}
</style>