Shades of La Rioja #BBC511
Tints of La Rioja #BBC511
RGB
CMYK
RGB Variations
Color information
#BBC511 (or 0xBBC511) is known color: La Rioja. HEX triplet: BB, C5 and 11. RGB value is (187,197,17). Sum of RGB (Red+Green+Blue) = 187+197+17=401 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.63% from 401); Green value is 197 (77.34% from 255 or 49.13% from 401); Blue value is 17 (7.03% from 255 or 4.24% from 401); Max value from RGB is 197 - color contains mainly: green. Hex color #BBC511 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC511 is #443AEE. Grayscale: #AEAEAE. Windows color (decimal): -4471535 or 1164731. OLE color: 1164731.
HSL color Cylindrical-coordinate representation of color #BBC511: hue angle of 63.33º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BBC511 is Cyan = 0.05, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 197 | 17 | - |
| CMYK | 0.05 | 0 | 0.91 | 0.23 |
| HSL | 63.33º | 0.84% | 0.42% | - |
| HSV(B) | 63.33º | 0.91% | 0.77% | - |
| XYZ | 40.56 | 50.54 | 8.15 | - |
| YUV | 173.49 | 39.69 | 137.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 197 | 17 | 0.05 | 0 | 0.91 | 0.23 | 63.33 | 0.84 | 0.42 |
| Hex | BB | C5 | 11 | 5 | 0 | 5B | 17 | 3F | 54 | 2A |
| Octal | 273 | 305 | 21 | 5 | 0 | 133 | 27 | 77 | 124 | 52 |
| Binary | 10111011 | 11000101 | 10001 | 101 | 0 | 1011011 | 10111 | 111111 | 1010100 | 101010 |
Color Harmonies of #BBC511
Complementary color
Monochromatic Colors of #BBC511
Black with #BBC511
Text Example
Text Example
White with #BBC511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC511; }
p { color: rgb(187,197,17); }
H1.HeaderClassName
{
color: #BBC511;
}
.AnyTagClassName
{
color: #BBC511;
}
</style>
background-color css
<style>
a { background-color: #BBC511; }
a { background-color: rgb(187,197,17); }
div.DivClassName
{
background-color: #BBC511;
}
.BgClassName
{
background-color: #BBC511;
}
</style>
border-color css
<style>
span { border-color: #BBC511; }
span { border-color: rgb(187,197,17); }
td.TdClassName
{
border-color: #BBC511;
}
.TagClassName
{
border-color: #BBC511;
}
</style>