Shades of La Rioja #BBC213
Tints of La Rioja #BBC213
RGB
CMYK
RGB Variations
Color information
#BBC213 (or 0xBBC213) is known color: La Rioja. HEX triplet: BB, C2 and 13. RGB value is (187,194,19). Sum of RGB (Red+Green+Blue) = 187+194+19=400 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.75% from 400); Green value is 194 (76.17% from 255 or 48.5% from 400); Blue value is 19 (7.81% from 255 or 4.75% from 400); Max value from RGB is 194 - color contains mainly: green. Hex color #BBC213 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC213 is #443DEC. Grayscale: #ACACAC. Windows color (decimal): -4472301 or 1295035. OLE color: 1295035.
HSL color Cylindrical-coordinate representation of color #BBC213: hue angle of 62.4º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BBC213 is Cyan = 0.04, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 194 | 19 | - |
| CMYK | 0.04 | 0 | 0.90 | 0.24 |
| HSL | 62.4º | 0.82% | 0.42% | - |
| HSV(B) | 62.4º | 0.9% | 0.76% | - |
| XYZ | 39.9 | 49.2 | 8.01 | - |
| YUV | 171.96 | 41.68 | 138.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 194 | 19 | 0.04 | 0 | 0.90 | 0.24 | 62.4 | 0.82 | 0.42 |
| Hex | BB | C2 | 13 | 4 | 0 | 5A | 18 | 3E | 52 | 2A |
| Octal | 273 | 302 | 23 | 4 | 0 | 132 | 30 | 76 | 122 | 52 |
| Binary | 10111011 | 11000010 | 10011 | 100 | 0 | 1011010 | 11000 | 111110 | 1010010 | 101010 |
Color Harmonies of #BBC213
Complementary color
Monochromatic Colors of #BBC213
Black with #BBC213
Text Example
Text Example
White with #BBC213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC213; }
p { color: rgb(187,194,19); }
H1.HeaderClassName
{
color: #BBC213;
}
.AnyTagClassName
{
color: #BBC213;
}
</style>
background-color css
<style>
a { background-color: #BBC213; }
a { background-color: rgb(187,194,19); }
div.DivClassName
{
background-color: #BBC213;
}
.BgClassName
{
background-color: #BBC213;
}
</style>
border-color css
<style>
span { border-color: #BBC213; }
span { border-color: rgb(187,194,19); }
td.TdClassName
{
border-color: #BBC213;
}
.TagClassName
{
border-color: #BBC213;
}
</style>