Shades of La Rioja #BBC80B
Tints of La Rioja #BBC80B
RGB
CMYK
RGB Variations
Color information
#BBC80B (or 0xBBC80B) is known color: La Rioja. HEX triplet: BB, C8 and 0B. RGB value is (187,200,11). Sum of RGB (Red+Green+Blue) = 187+200+11=398 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.98% from 398); Green value is 200 (78.52% from 255 or 50.25% from 398); Blue value is 11 (4.69% from 255 or 2.76% from 398); Max value from RGB is 200 - color contains mainly: green. Hex color #BBC80B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC80B is #4437F4. Grayscale: #AFAFAF. Windows color (decimal): -4470773 or 772283. OLE color: 772283.
HSL color Cylindrical-coordinate representation of color #BBC80B: hue angle of 64.13º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BBC80B is Cyan = 0.06, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 200 | 11 | - |
| CMYK | 0.06 | 0 | 0.94 | 0.22 |
| HSL | 64.13º | 0.9% | 0.41% | - |
| HSV(B) | 64.13º | 0.95% | 0.78% | - |
| XYZ | 41.21 | 51.9 | 8.16 | - |
| YUV | 174.57 | 35.69 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 200 | 11 | 0.06 | 0 | 0.94 | 0.22 | 64.13 | 0.9 | 0.41 |
| Hex | BB | C8 | B | 6 | 0 | 5E | 16 | 40 | 5A | 29 |
| Octal | 273 | 310 | 13 | 6 | 0 | 136 | 26 | 100 | 132 | 51 |
| Binary | 10111011 | 11001000 | 1011 | 110 | 0 | 1011110 | 10110 | 1000000 | 1011010 | 101001 |
Color Harmonies of #BBC80B
Complementary color
Monochromatic Colors of #BBC80B
Black with #BBC80B
Text Example
Text Example
White with #BBC80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC80B; }
p { color: rgb(187,200,11); }
H1.HeaderClassName
{
color: #BBC80B;
}
.AnyTagClassName
{
color: #BBC80B;
}
</style>
background-color css
<style>
a { background-color: #BBC80B; }
a { background-color: rgb(187,200,11); }
div.DivClassName
{
background-color: #BBC80B;
}
.BgClassName
{
background-color: #BBC80B;
}
</style>
border-color css
<style>
span { border-color: #BBC80B; }
span { border-color: rgb(187,200,11); }
td.TdClassName
{
border-color: #BBC80B;
}
.TagClassName
{
border-color: #BBC80B;
}
</style>