Shades of La Rioja #BBC70B
Tints of La Rioja #BBC70B
RGB
CMYK
RGB Variations
Color information
#BBC70B (or 0xBBC70B) is known color: La Rioja. HEX triplet: BB, C7 and 0B. RGB value is (187,199,11). Sum of RGB (Red+Green+Blue) = 187+199+11=397 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.10% from 397); Green value is 199 (78.12% from 255 or 50.13% from 397); Blue value is 11 (4.69% from 255 or 2.77% from 397); Max value from RGB is 199 - color contains mainly: green. Hex color #BBC70B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC70B is #4438F4. Grayscale: #AEAEAE. Windows color (decimal): -4471029 or 772027. OLE color: 772027.
HSL color Cylindrical-coordinate representation of color #BBC70B: hue angle of 63.83º 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 #BBC70B is Cyan = 0.06, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 199 | 11 | - |
| CMYK | 0.06 | 0 | 0.94 | 0.22 |
| HSL | 63.83º | 0.9% | 0.41% | - |
| HSV(B) | 63.83º | 0.94% | 0.78% | - |
| XYZ | 40.98 | 51.44 | 8.08 | - |
| YUV | 173.98 | 36.02 | 137.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 199 | 11 | 0.06 | 0 | 0.94 | 0.22 | 63.83 | 0.9 | 0.41 |
| Hex | BB | C7 | B | 6 | 0 | 5E | 16 | 40 | 5A | 29 |
| Octal | 273 | 307 | 13 | 6 | 0 | 136 | 26 | 100 | 132 | 51 |
| Binary | 10111011 | 11000111 | 1011 | 110 | 0 | 1011110 | 10110 | 1000000 | 1011010 | 101001 |
Color Harmonies of #BBC70B
Complementary color
Monochromatic Colors of #BBC70B
Black with #BBC70B
Text Example
Text Example
White with #BBC70B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC70B; }
p { color: rgb(187,199,11); }
H1.HeaderClassName
{
color: #BBC70B;
}
.AnyTagClassName
{
color: #BBC70B;
}
</style>
background-color css
<style>
a { background-color: #BBC70B; }
a { background-color: rgb(187,199,11); }
div.DivClassName
{
background-color: #BBC70B;
}
.BgClassName
{
background-color: #BBC70B;
}
</style>
border-color css
<style>
span { border-color: #BBC70B; }
span { border-color: rgb(187,199,11); }
td.TdClassName
{
border-color: #BBC70B;
}
.TagClassName
{
border-color: #BBC70B;
}
</style>