Shades of La Rioja #B2BE11
Tints of La Rioja #B2BE11
RGB
CMYK
RGB Variations
Color information
#B2BE11 (or 0xB2BE11) is known color: La Rioja. HEX triplet: B2, BE and 11. RGB value is (178,190,17). Sum of RGB (Red+Green+Blue) = 178+190+17=385 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.23% from 385); Green value is 190 (74.61% from 255 or 49.35% from 385); Blue value is 17 (7.03% from 255 or 4.42% from 385); Max value from RGB is 190 - color contains mainly: green. Hex color #B2BE11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2BE11 is #4D41EE. Grayscale: #A7A7A7. Windows color (decimal): -5063151 or 1162930. OLE color: 1162930.
HSL color Cylindrical-coordinate representation of color #B2BE11: hue angle of 64.16º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B2BE11 is Cyan = 0.06, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 178 | 190 | 17 | - |
| CMYK | 0.06 | 0 | 0.91 | 0.25 |
| HSL | 64.16º | 0.84% | 0.41% | - |
| HSV(B) | 64.16º | 0.91% | 0.75% | - |
| XYZ | 36.87 | 46.33 | 7.53 | - |
| YUV | 166.69 | 43.52 | 136.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 190 | 17 | 0.06 | 0 | 0.91 | 0.25 | 64.16 | 0.84 | 0.41 |
| Hex | B2 | BE | 11 | 6 | 0 | 5B | 19 | 40 | 54 | 29 |
| Octal | 262 | 276 | 21 | 6 | 0 | 133 | 31 | 100 | 124 | 51 |
| Binary | 10110010 | 10111110 | 10001 | 110 | 0 | 1011011 | 11001 | 1000000 | 1010100 | 101001 |
Color Harmonies of #B2BE11
Complementary color
Monochromatic Colors of #B2BE11
Black with #B2BE11
Text Example
Text Example
White with #B2BE11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BE11; }
p { color: rgb(178,190,17); }
H1.HeaderClassName
{
color: #B2BE11;
}
.AnyTagClassName
{
color: #B2BE11;
}
</style>
background-color css
<style>
a { background-color: #B2BE11; }
a { background-color: rgb(178,190,17); }
div.DivClassName
{
background-color: #B2BE11;
}
.BgClassName
{
background-color: #B2BE11;
}
</style>
border-color css
<style>
span { border-color: #B2BE11; }
span { border-color: rgb(178,190,17); }
td.TdClassName
{
border-color: #B2BE11;
}
.TagClassName
{
border-color: #B2BE11;
}
</style>