Shades of La Rioja #B2BC14
Tints of La Rioja #B2BC14
RGB
CMYK
RGB Variations
Color information
#B2BC14 (or 0xB2BC14) is known color: La Rioja. HEX triplet: B2, BC and 14. RGB value is (178,188,20). Sum of RGB (Red+Green+Blue) = 178+188+20=386 (51% of max value = 765). Red value is 178 (69.92% from 255 or 46.11% from 386); Green value is 188 (73.83% from 255 or 48.70% from 386); Blue value is 20 (8.20% from 255 or 5.18% from 386); Max value from RGB is 188 - color contains mainly: green. Hex color #B2BC14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2BC14 is #4D43EB. Grayscale: #A6A6A6. Windows color (decimal): -5063660 or 1359026. OLE color: 1359026.
HSL color Cylindrical-coordinate representation of color #B2BC14: hue angle of 63.57º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B2BC14 is Cyan = 0.05, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 178 | 188 | 20 | - |
| CMYK | 0.05 | 0 | 0.89 | 0.26 |
| HSL | 63.57º | 0.81% | 0.41% | - |
| HSV(B) | 63.57º | 0.89% | 0.74% | - |
| XYZ | 36.47 | 45.48 | 7.52 | - |
| YUV | 165.86 | 45.69 | 136.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 188 | 20 | 0.05 | 0 | 0.89 | 0.26 | 63.57 | 0.81 | 0.41 |
| Hex | B2 | BC | 14 | 5 | 0 | 59 | 1A | 40 | 51 | 29 |
| Octal | 262 | 274 | 24 | 5 | 0 | 131 | 32 | 100 | 121 | 51 |
| Binary | 10110010 | 10111100 | 10100 | 101 | 0 | 1011001 | 11010 | 1000000 | 1010001 | 101001 |
Color Harmonies of #B2BC14
Complementary color
Monochromatic Colors of #B2BC14
Black with #B2BC14
Text Example
Text Example
White with #B2BC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BC14; }
p { color: rgb(178,188,20); }
H1.HeaderClassName
{
color: #B2BC14;
}
.AnyTagClassName
{
color: #B2BC14;
}
</style>
background-color css
<style>
a { background-color: #B2BC14; }
a { background-color: rgb(178,188,20); }
div.DivClassName
{
background-color: #B2BC14;
}
.BgClassName
{
background-color: #B2BC14;
}
</style>
border-color css
<style>
span { border-color: #B2BC14; }
span { border-color: rgb(178,188,20); }
td.TdClassName
{
border-color: #B2BC14;
}
.TagClassName
{
border-color: #B2BC14;
}
</style>