Shades of La Rioja #B2B20C
Tints of La Rioja #B2B20C
RGB
CMYK
RGB Variations
Color information
#B2B20C (or 0xB2B20C) is known color: La Rioja. HEX triplet: B2, B2 and 0C. RGB value is (178,178,12). Sum of RGB (Red+Green+Blue) = 178+178+12=368 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.37% from 368); Green value is 178 (69.92% from 255 or 48.37% from 368); Blue value is 12 (5.08% from 255 or 3.26% from 368); Max value from RGB is 178 - color contains mainly: red, green. Hex color #B2B20C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2B20C is #4D4DF3. Grayscale: #9F9F9F. Windows color (decimal): -5066228 or 832178. OLE color: 832178.
HSL color Cylindrical-coordinate representation of color #B2B20C: hue angle of 60º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B2B20C is Cyan = 0, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 178 | 12 | - |
| CMYK | 0 | 0 | 0.93 | 0.30 |
| HSL | 60º | 0.87% | 0.37% | - |
| HSV(B) | 60º | 0.93% | 0.7% | - |
| XYZ | 34.35 | 41.33 | 6.52 | - |
| YUV | 159.08 | 45 | 141.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 178 | 12 | 0 | 0 | 0.93 | 0.30 | 60 | 0.87 | 0.37 |
| Hex | B2 | B2 | C | 0 | 0 | 5D | 1E | 3C | 57 | 25 |
| Octal | 262 | 262 | 14 | 0 | 0 | 135 | 36 | 74 | 127 | 45 |
| Binary | 10110010 | 10110010 | 1100 | 0 | 0 | 1011101 | 11110 | 111100 | 1010111 | 100101 |
Color Harmonies of #B2B20C
Complementary color
Monochromatic Colors of #B2B20C
Black with #B2B20C
Text Example
Text Example
White with #B2B20C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B20C; }
p { color: rgb(178,178,12); }
H1.HeaderClassName
{
color: #B2B20C;
}
.AnyTagClassName
{
color: #B2B20C;
}
</style>
background-color css
<style>
a { background-color: #B2B20C; }
a { background-color: rgb(178,178,12); }
div.DivClassName
{
background-color: #B2B20C;
}
.BgClassName
{
background-color: #B2B20C;
}
</style>
border-color css
<style>
span { border-color: #B2B20C; }
span { border-color: rgb(178,178,12); }
td.TdClassName
{
border-color: #B2B20C;
}
.TagClassName
{
border-color: #B2B20C;
}
</style>