Shades of La Rioja #B0C50A
Tints of La Rioja #B0C50A
RGB
CMYK
RGB Variations
Color information
#B0C50A (or 0xB0C50A) is known color: La Rioja. HEX triplet: B0, C5 and 0A. RGB value is (176,197,10). Sum of RGB (Red+Green+Blue) = 176+197+10=383 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.95% from 383); Green value is 197 (77.34% from 255 or 51.44% from 383); Blue value is 10 (4.30% from 255 or 2.61% from 383); Max value from RGB is 197 - color contains mainly: green. Hex color #B0C50A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0C50A is #4F3AF5. Grayscale: #AAAAAA. Windows color (decimal): -5192438 or 705968. OLE color: 705968.
HSL color Cylindrical-coordinate representation of color #B0C50A: hue angle of 66.74º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B0C50A is Cyan = 0.11, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 176 | 197 | 10 | - |
| CMYK | 0.11 | 0 | 0.95 | 0.23 |
| HSL | 66.74º | 0.9% | 0.41% | - |
| HSV(B) | 66.74º | 0.95% | 0.77% | - |
| XYZ | 37.93 | 49.18 | 7.78 | - |
| YUV | 169.4 | 38.04 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 197 | 10 | 0.11 | 0 | 0.95 | 0.23 | 66.74 | 0.9 | 0.41 |
| Hex | B0 | C5 | A | B | 0 | 5F | 17 | 43 | 5A | 29 |
| Octal | 260 | 305 | 12 | 13 | 0 | 137 | 27 | 103 | 132 | 51 |
| Binary | 10110000 | 11000101 | 1010 | 1011 | 0 | 1011111 | 10111 | 1000011 | 1011010 | 101001 |
Color Harmonies of #B0C50A
Complementary color
Monochromatic Colors of #B0C50A
Black with #B0C50A
Text Example
Text Example
White with #B0C50A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C50A; }
p { color: rgb(176,197,10); }
H1.HeaderClassName
{
color: #B0C50A;
}
.AnyTagClassName
{
color: #B0C50A;
}
</style>
background-color css
<style>
a { background-color: #B0C50A; }
a { background-color: rgb(176,197,10); }
div.DivClassName
{
background-color: #B0C50A;
}
.BgClassName
{
background-color: #B0C50A;
}
</style>
border-color css
<style>
span { border-color: #B0C50A; }
span { border-color: rgb(176,197,10); }
td.TdClassName
{
border-color: #B0C50A;
}
.TagClassName
{
border-color: #B0C50A;
}
</style>