Shades of La Rioja #BBC110
Tints of La Rioja #BBC110
RGB
CMYK
RGB Variations
Color information
#BBC110 (or 0xBBC110) is known color: La Rioja. HEX triplet: BB, C1 and 10. RGB value is (187,193,16). Sum of RGB (Red+Green+Blue) = 187+193+16=396 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.22% from 396); Green value is 193 (75.78% from 255 or 48.74% from 396); Blue value is 16 (6.64% from 255 or 4.04% from 396); Max value from RGB is 193 - color contains mainly: green. Hex color #BBC110 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC110 is #443EEF. Grayscale: #ABABAB. Windows color (decimal): -4472560 or 1098171. OLE color: 1098171.
HSL color Cylindrical-coordinate representation of color #BBC110: hue angle of 62.03º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BBC110 is Cyan = 0.03, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 193 | 16 | - |
| CMYK | 0.03 | 0 | 0.92 | 0.24 |
| HSL | 62.03º | 0.85% | 0.41% | - |
| HSV(B) | 62.03º | 0.92% | 0.76% | - |
| XYZ | 39.66 | 48.74 | 7.81 | - |
| YUV | 171.03 | 40.51 | 139.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 193 | 16 | 0.03 | 0 | 0.92 | 0.24 | 62.03 | 0.85 | 0.41 |
| Hex | BB | C1 | 10 | 3 | 0 | 5C | 18 | 3E | 55 | 29 |
| Octal | 273 | 301 | 20 | 3 | 0 | 134 | 30 | 76 | 125 | 51 |
| Binary | 10111011 | 11000001 | 10000 | 11 | 0 | 1011100 | 11000 | 111110 | 1010101 | 101001 |
Color Harmonies of #BBC110
Complementary color
Monochromatic Colors of #BBC110
Black with #BBC110
Text Example
Text Example
White with #BBC110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC110; }
p { color: rgb(187,193,16); }
H1.HeaderClassName
{
color: #BBC110;
}
.AnyTagClassName
{
color: #BBC110;
}
</style>
background-color css
<style>
a { background-color: #BBC110; }
a { background-color: rgb(187,193,16); }
div.DivClassName
{
background-color: #BBC110;
}
.BgClassName
{
background-color: #BBC110;
}
</style>
border-color css
<style>
span { border-color: #BBC110; }
span { border-color: rgb(187,193,16); }
td.TdClassName
{
border-color: #BBC110;
}
.TagClassName
{
border-color: #BBC110;
}
</style>