Shades of La Rioja #B2BA16
Tints of La Rioja #B2BA16
RGB
CMYK
RGB Variations
Color information
#B2BA16 (or 0xB2BA16) is known color: La Rioja. HEX triplet: B2, BA and 16. RGB value is (178,186,22). Sum of RGB (Red+Green+Blue) = 178+186+22=386 (51% of max value = 765). Red value is 178 (69.92% from 255 or 46.11% from 386); Green value is 186 (73.05% from 255 or 48.19% from 386); Blue value is 22 (8.98% from 255 or 5.70% from 386); Max value from RGB is 186 - color contains mainly: green. Hex color #B2BA16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2BA16 is #4D45E9. Grayscale: #A5A5A5. Windows color (decimal): -5064170 or 1489586. OLE color: 1489586.
HSL color Cylindrical-coordinate representation of color #B2BA16: hue angle of 62.93º 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 #B2BA16 is Cyan = 0.04, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 178 | 186 | 22 | - |
| CMYK | 0.04 | 0 | 0.88 | 0.27 |
| HSL | 62.93º | 0.79% | 0.41% | - |
| HSV(B) | 62.93º | 0.88% | 0.73% | - |
| XYZ | 36.06 | 44.64 | 7.47 | - |
| YUV | 164.91 | 47.35 | 137.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 186 | 22 | 0.04 | 0 | 0.88 | 0.27 | 62.93 | 0.79 | 0.41 |
| Hex | B2 | BA | 16 | 4 | 0 | 58 | 1B | 3F | 4F | 29 |
| Octal | 262 | 272 | 26 | 4 | 0 | 130 | 33 | 77 | 117 | 51 |
| Binary | 10110010 | 10111010 | 10110 | 100 | 0 | 1011000 | 11011 | 111111 | 1001111 | 101001 |
Color Harmonies of #B2BA16
Complementary color
Monochromatic Colors of #B2BA16
Black with #B2BA16
Text Example
Text Example
White with #B2BA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BA16; }
p { color: rgb(178,186,22); }
H1.HeaderClassName
{
color: #B2BA16;
}
.AnyTagClassName
{
color: #B2BA16;
}
</style>
background-color css
<style>
a { background-color: #B2BA16; }
a { background-color: rgb(178,186,22); }
div.DivClassName
{
background-color: #B2BA16;
}
.BgClassName
{
background-color: #B2BA16;
}
</style>
border-color css
<style>
span { border-color: #B2BA16; }
span { border-color: rgb(178,186,22); }
td.TdClassName
{
border-color: #B2BA16;
}
.TagClassName
{
border-color: #B2BA16;
}
</style>