Shades of La Rioja #BBC115
Tints of La Rioja #BBC115
RGB
CMYK
RGB Variations
Color information
#BBC115 (or 0xBBC115) is known color: La Rioja. HEX triplet: BB, C1 and 15. RGB value is (187,193,21). Sum of RGB (Red+Green+Blue) = 187+193+21=401 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.63% from 401); Green value is 193 (75.78% from 255 or 48.13% from 401); Blue value is 21 (8.59% from 255 or 5.24% from 401); Max value from RGB is 193 - color contains mainly: green. Hex color #BBC115 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC115 is #443EEA. Grayscale: #ACACAC. Windows color (decimal): -4472555 or 1425851. OLE color: 1425851.
HSL color Cylindrical-coordinate representation of color #BBC115: hue angle of 62.09º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BBC115 is Cyan = 0.03, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 193 | 21 | - |
| CMYK | 0.03 | 0 | 0.89 | 0.24 |
| HSL | 62.09º | 0.8% | 0.42% | - |
| HSV(B) | 62.09º | 0.89% | 0.76% | - |
| XYZ | 39.7 | 48.76 | 8.03 | - |
| YUV | 171.6 | 43.01 | 138.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 193 | 21 | 0.03 | 0 | 0.89 | 0.24 | 62.09 | 0.8 | 0.42 |
| Hex | BB | C1 | 15 | 3 | 0 | 59 | 18 | 3E | 50 | 2A |
| Octal | 273 | 301 | 25 | 3 | 0 | 131 | 30 | 76 | 120 | 52 |
| Binary | 10111011 | 11000001 | 10101 | 11 | 0 | 1011001 | 11000 | 111110 | 1010000 | 101010 |
Color Harmonies of #BBC115
Complementary color
Monochromatic Colors of #BBC115
Black with #BBC115
Text Example
Text Example
White with #BBC115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC115; }
p { color: rgb(187,193,21); }
H1.HeaderClassName
{
color: #BBC115;
}
.AnyTagClassName
{
color: #BBC115;
}
</style>
background-color css
<style>
a { background-color: #BBC115; }
a { background-color: rgb(187,193,21); }
div.DivClassName
{
background-color: #BBC115;
}
.BgClassName
{
background-color: #BBC115;
}
</style>
border-color css
<style>
span { border-color: #BBC115; }
span { border-color: rgb(187,193,21); }
td.TdClassName
{
border-color: #BBC115;
}
.TagClassName
{
border-color: #BBC115;
}
</style>