Shades of La Rioja #BBC211
Tints of La Rioja #BBC211
RGB
CMYK
RGB Variations
Color information
#BBC211 (or 0xBBC211) is known color: La Rioja. HEX triplet: BB, C2 and 11. RGB value is (187,194,17). Sum of RGB (Red+Green+Blue) = 187+194+17=398 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.98% from 398); Green value is 194 (76.17% from 255 or 48.74% from 398); Blue value is 17 (7.03% from 255 or 4.27% from 398); Max value from RGB is 194 - color contains mainly: green. Hex color #BBC211 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC211 is #443DEE. Grayscale: #ACACAC. Windows color (decimal): -4472303 or 1163963. OLE color: 1163963.
HSL color Cylindrical-coordinate representation of color #BBC211: hue angle of 62.37º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BBC211 is Cyan = 0.04, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 194 | 17 | - |
| CMYK | 0.04 | 0 | 0.91 | 0.24 |
| HSL | 62.37º | 0.84% | 0.41% | - |
| HSV(B) | 62.37º | 0.91% | 0.76% | - |
| XYZ | 39.89 | 49.19 | 7.92 | - |
| YUV | 171.73 | 40.68 | 138.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 194 | 17 | 0.04 | 0 | 0.91 | 0.24 | 62.37 | 0.84 | 0.41 |
| Hex | BB | C2 | 11 | 4 | 0 | 5B | 18 | 3E | 54 | 29 |
| Octal | 273 | 302 | 21 | 4 | 0 | 133 | 30 | 76 | 124 | 51 |
| Binary | 10111011 | 11000010 | 10001 | 100 | 0 | 1011011 | 11000 | 111110 | 1010100 | 101001 |
Color Harmonies of #BBC211
Complementary color
Monochromatic Colors of #BBC211
Black with #BBC211
Text Example
Text Example
White with #BBC211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC211; }
p { color: rgb(187,194,17); }
H1.HeaderClassName
{
color: #BBC211;
}
.AnyTagClassName
{
color: #BBC211;
}
</style>
background-color css
<style>
a { background-color: #BBC211; }
a { background-color: rgb(187,194,17); }
div.DivClassName
{
background-color: #BBC211;
}
.BgClassName
{
background-color: #BBC211;
}
</style>
border-color css
<style>
span { border-color: #BBC211; }
span { border-color: rgb(187,194,17); }
td.TdClassName
{
border-color: #BBC211;
}
.TagClassName
{
border-color: #BBC211;
}
</style>