Shades of La Rioja #B1C50A
Tints of La Rioja #B1C50A
RGB
CMYK
RGB Variations
Color information
#B1C50A (or 0xB1C50A) is known color: La Rioja. HEX triplet: B1, C5 and 0A. RGB value is (177,197,10). Sum of RGB (Red+Green+Blue) = 177+197+10=384 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.09% from 384); Green value is 197 (77.34% from 255 or 51.30% from 384); Blue value is 10 (4.30% from 255 or 2.60% from 384); Max value from RGB is 197 - color contains mainly: green. Hex color #B1C50A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1C50A is #4E3AF5. Grayscale: #AAAAAA. Windows color (decimal): -5126902 or 705969. OLE color: 705969.
HSL color Cylindrical-coordinate representation of color #B1C50A: hue angle of 66.42º 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 #B1C50A is Cyan = 0.10, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 177 | 197 | 10 | - |
| CMYK | 0.10 | 0 | 0.95 | 0.23 |
| HSL | 66.42º | 0.9% | 0.41% | - |
| HSV(B) | 66.42º | 0.95% | 0.77% | - |
| XYZ | 38.15 | 49.3 | 7.79 | - |
| YUV | 169.7 | 37.87 | 133.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 197 | 10 | 0.10 | 0 | 0.95 | 0.23 | 66.42 | 0.9 | 0.41 |
| Hex | B1 | C5 | A | A | 0 | 5F | 17 | 42 | 5A | 29 |
| Octal | 261 | 305 | 12 | 12 | 0 | 137 | 27 | 102 | 132 | 51 |
| Binary | 10110001 | 11000101 | 1010 | 1010 | 0 | 1011111 | 10111 | 1000010 | 1011010 | 101001 |
Color Harmonies of #B1C50A
Complementary color
Monochromatic Colors of #B1C50A
Black with #B1C50A
Text Example
Text Example
White with #B1C50A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C50A; }
p { color: rgb(177,197,10); }
H1.HeaderClassName
{
color: #B1C50A;
}
.AnyTagClassName
{
color: #B1C50A;
}
</style>
background-color css
<style>
a { background-color: #B1C50A; }
a { background-color: rgb(177,197,10); }
div.DivClassName
{
background-color: #B1C50A;
}
.BgClassName
{
background-color: #B1C50A;
}
</style>
border-color css
<style>
span { border-color: #B1C50A; }
span { border-color: rgb(177,197,10); }
td.TdClassName
{
border-color: #B1C50A;
}
.TagClassName
{
border-color: #B1C50A;
}
</style>