Shades of La Rioja #BBC00B
Tints of La Rioja #BBC00B
RGB
CMYK
RGB Variations
Color information
#BBC00B (or 0xBBC00B) is known color: La Rioja. HEX triplet: BB, C0 and 0B. RGB value is (187,192,11). Sum of RGB (Red+Green+Blue) = 187+192+11=390 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.95% from 390); Green value is 192 (75.39% from 255 or 49.23% from 390); Blue value is 11 (4.69% from 255 or 2.82% from 390); Max value from RGB is 192 - color contains mainly: green. Hex color #BBC00B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC00B is #443FF4. Grayscale: #AAAAAA. Windows color (decimal): -4472821 or 770235. OLE color: 770235.
HSL color Cylindrical-coordinate representation of color #BBC00B: hue angle of 61.66º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BBC00B is Cyan = 0.03, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 192 | 11 | - |
| CMYK | 0.03 | 0 | 0.94 | 0.25 |
| HSL | 61.66º | 0.89% | 0.4% | - |
| HSV(B) | 61.66º | 0.94% | 0.75% | - |
| XYZ | 39.4 | 48.29 | 7.56 | - |
| YUV | 169.87 | 38.34 | 140.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 192 | 11 | 0.03 | 0 | 0.94 | 0.25 | 61.66 | 0.89 | 0.4 |
| Hex | BB | C0 | B | 3 | 0 | 5E | 19 | 3E | 59 | 28 |
| Octal | 273 | 300 | 13 | 3 | 0 | 136 | 31 | 76 | 131 | 50 |
| Binary | 10111011 | 11000000 | 1011 | 11 | 0 | 1011110 | 11001 | 111110 | 1011001 | 101000 |
Color Harmonies of #BBC00B
Complementary color
Monochromatic Colors of #BBC00B
Black with #BBC00B
Text Example
Text Example
White with #BBC00B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC00B; }
p { color: rgb(187,192,11); }
H1.HeaderClassName
{
color: #BBC00B;
}
.AnyTagClassName
{
color: #BBC00B;
}
</style>
background-color css
<style>
a { background-color: #BBC00B; }
a { background-color: rgb(187,192,11); }
div.DivClassName
{
background-color: #BBC00B;
}
.BgClassName
{
background-color: #BBC00B;
}
</style>
border-color css
<style>
span { border-color: #BBC00B; }
span { border-color: rgb(187,192,11); }
td.TdClassName
{
border-color: #BBC00B;
}
.TagClassName
{
border-color: #BBC00B;
}
</style>