Shades of La Rioja #BBC200
Tints of La Rioja #BBC200
RGB
CMYK
RGB Variations
Color information
#BBC200 (or 0xBBC200) is known color: La Rioja. HEX triplet: BB, C2 and 00. RGB value is (187,194,0). Sum of RGB (Red+Green+Blue) = 187+194+0=381 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.08% from 381); Green value is 194 (76.17% from 255 or 50.92% from 381); Blue value is 0 (0.39% from 255 or 0% from 381); Max value from RGB is 194 - color contains mainly: green. Hex color #BBC200 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC200 is #443DFF. Grayscale: #AAAAAA. Windows color (decimal): -4472320 or 49851. OLE color: 49851.
HSL color Cylindrical-coordinate representation of color #BBC200: hue angle of 62.16º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BBC200 is Cyan = 0.04, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 194 | 0 | - |
| CMYK | 0.04 | 0 | 1 | 0.24 |
| HSL | 62.16º | 1% | 0.38% | - |
| HSV(B) | 62.16º | 1% | 0.76% | - |
| XYZ | 39.79 | 49.15 | 7.39 | - |
| YUV | 169.79 | 32.18 | 140.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 194 | 0 | 0.04 | 0 | 1 | 0.24 | 62.16 | 1 | 0.38 |
| Hex | BB | C2 | 0 | 4 | 0 | 64 | 18 | 3E | 64 | 26 |
| Octal | 273 | 302 | 0 | 4 | 0 | 144 | 30 | 76 | 144 | 46 |
| Binary | 10111011 | 11000010 | 0 | 100 | 0 | 1100100 | 11000 | 111110 | 1100100 | 100110 |
Color Harmonies of #BBC200
Complementary color
Monochromatic Colors of #BBC200
Black with #BBC200
Text Example
Text Example
White with #BBC200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC200; }
p { color: rgb(187,194,0); }
H1.HeaderClassName
{
color: #BBC200;
}
.AnyTagClassName
{
color: #BBC200;
}
</style>
background-color css
<style>
a { background-color: #BBC200; }
a { background-color: rgb(187,194,0); }
div.DivClassName
{
background-color: #BBC200;
}
.BgClassName
{
background-color: #BBC200;
}
</style>
border-color css
<style>
span { border-color: #BBC200; }
span { border-color: rgb(187,194,0); }
td.TdClassName
{
border-color: #BBC200;
}
.TagClassName
{
border-color: #BBC200;
}
</style>