Shades of La Rioja #B1BA16
Tints of La Rioja #B1BA16
RGB
CMYK
RGB Variations
Color information
#B1BA16 (or 0xB1BA16) is known color: La Rioja. HEX triplet: B1, BA and 16. RGB value is (177,186,22). Sum of RGB (Red+Green+Blue) = 177+186+22=385 (50% of max value = 765). Red value is 177 (69.53% from 255 or 45.97% from 385); Green value is 186 (73.05% from 255 or 48.31% from 385); Blue value is 22 (8.98% from 255 or 5.71% from 385); Max value from RGB is 186 - color contains mainly: green. Hex color #B1BA16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1BA16 is #4E45E9. Grayscale: #A5A5A5. Windows color (decimal): -5129706 or 1489585. OLE color: 1489585.
HSL color Cylindrical-coordinate representation of color #B1BA16: hue angle of 63.29º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B1BA16 is Cyan = 0.05, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 177 | 186 | 22 | - |
| CMYK | 0.05 | 0 | 0.88 | 0.27 |
| HSL | 63.29º | 0.79% | 0.41% | - |
| HSV(B) | 63.29º | 0.88% | 0.73% | - |
| XYZ | 35.84 | 44.52 | 7.46 | - |
| YUV | 164.61 | 47.52 | 136.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 186 | 22 | 0.05 | 0 | 0.88 | 0.27 | 63.29 | 0.79 | 0.41 |
| Hex | B1 | BA | 16 | 5 | 0 | 58 | 1B | 3F | 4F | 29 |
| Octal | 261 | 272 | 26 | 5 | 0 | 130 | 33 | 77 | 117 | 51 |
| Binary | 10110001 | 10111010 | 10110 | 101 | 0 | 1011000 | 11011 | 111111 | 1001111 | 101001 |
Color Harmonies of #B1BA16
Complementary color
Monochromatic Colors of #B1BA16
Black with #B1BA16
Text Example
Text Example
White with #B1BA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BA16; }
p { color: rgb(177,186,22); }
H1.HeaderClassName
{
color: #B1BA16;
}
.AnyTagClassName
{
color: #B1BA16;
}
</style>
background-color css
<style>
a { background-color: #B1BA16; }
a { background-color: rgb(177,186,22); }
div.DivClassName
{
background-color: #B1BA16;
}
.BgClassName
{
background-color: #B1BA16;
}
</style>
border-color css
<style>
span { border-color: #B1BA16; }
span { border-color: rgb(177,186,22); }
td.TdClassName
{
border-color: #B1BA16;
}
.TagClassName
{
border-color: #B1BA16;
}
</style>