Shades of La Rioja #B2B20E
Tints of La Rioja #B2B20E
RGB
CMYK
RGB Variations
Color information
#B2B20E (or 0xB2B20E) is known color: La Rioja. HEX triplet: B2, B2 and 0E. RGB value is (178,178,14). Sum of RGB (Red+Green+Blue) = 178+178+14=370 (49% of max value = 765). Red value is 178 (69.92% from 255 or 48.11% from 370); Green value is 178 (69.92% from 255 or 48.11% from 370); Blue value is 14 (5.86% from 255 or 3.78% from 370); Max value from RGB is 178 - color contains mainly: red, green. Hex color #B2B20E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2B20E is #4D4DF1. Grayscale: #9F9F9F. Windows color (decimal): -5066226 or 963250. OLE color: 963250.
HSL color Cylindrical-coordinate representation of color #B2B20E: hue angle of 60º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B2B20E is Cyan = 0, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 178 | 14 | - |
| CMYK | 0 | 0 | 0.92 | 0.30 |
| HSL | 60º | 0.85% | 0.38% | - |
| HSV(B) | 60º | 0.92% | 0.7% | - |
| XYZ | 34.36 | 41.34 | 6.58 | - |
| YUV | 159.3 | 46 | 141.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 178 | 14 | 0 | 0 | 0.92 | 0.30 | 60 | 0.85 | 0.38 |
| Hex | B2 | B2 | E | 0 | 0 | 5C | 1E | 3C | 55 | 26 |
| Octal | 262 | 262 | 16 | 0 | 0 | 134 | 36 | 74 | 125 | 46 |
| Binary | 10110010 | 10110010 | 1110 | 0 | 0 | 1011100 | 11110 | 111100 | 1010101 | 100110 |
Color Harmonies of #B2B20E
Complementary color
Monochromatic Colors of #B2B20E
Black with #B2B20E
Text Example
Text Example
White with #B2B20E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B20E; }
p { color: rgb(178,178,14); }
H1.HeaderClassName
{
color: #B2B20E;
}
.AnyTagClassName
{
color: #B2B20E;
}
</style>
background-color css
<style>
a { background-color: #B2B20E; }
a { background-color: rgb(178,178,14); }
div.DivClassName
{
background-color: #B2B20E;
}
.BgClassName
{
background-color: #B2B20E;
}
</style>
border-color css
<style>
span { border-color: #B2B20E; }
span { border-color: rgb(178,178,14); }
td.TdClassName
{
border-color: #B2B20E;
}
.TagClassName
{
border-color: #B2B20E;
}
</style>