Shades of La Rioja #BBC910
Tints of La Rioja #BBC910
RGB
CMYK
RGB Variations
Color information
#BBC910 (or 0xBBC910) is known color: La Rioja. HEX triplet: BB, C9 and 10. RGB value is (187,201,16). Sum of RGB (Red+Green+Blue) = 187+201+16=404 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.29% from 404); Green value is 201 (78.91% from 255 or 49.75% from 404); Blue value is 16 (6.64% from 255 or 3.96% from 404); Max value from RGB is 201 - color contains mainly: green. Hex color #BBC910 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC910 is #4436EF. Grayscale: #B0B0B0. Windows color (decimal): -4470512 or 1100219. OLE color: 1100219.
HSL color Cylindrical-coordinate representation of color #BBC910: hue angle of 64.54º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BBC910 is Cyan = 0.07, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 187 | 201 | 16 | - |
| CMYK | 0.07 | 0 | 0.92 | 0.21 |
| HSL | 64.54º | 0.85% | 0.43% | - |
| HSV(B) | 64.54º | 0.92% | 0.79% | - |
| XYZ | 41.47 | 52.38 | 8.41 | - |
| YUV | 175.72 | 37.86 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 201 | 16 | 0.07 | 0 | 0.92 | 0.21 | 64.54 | 0.85 | 0.43 |
| Hex | BB | C9 | 10 | 7 | 0 | 5C | 15 | 41 | 55 | 2B |
| Octal | 273 | 311 | 20 | 7 | 0 | 134 | 25 | 101 | 125 | 53 |
| Binary | 10111011 | 11001001 | 10000 | 111 | 0 | 1011100 | 10101 | 1000001 | 1010101 | 101011 |
Color Harmonies of #BBC910
Complementary color
Monochromatic Colors of #BBC910
Black with #BBC910
Text Example
Text Example
White with #BBC910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC910; }
p { color: rgb(187,201,16); }
H1.HeaderClassName
{
color: #BBC910;
}
.AnyTagClassName
{
color: #BBC910;
}
</style>
background-color css
<style>
a { background-color: #BBC910; }
a { background-color: rgb(187,201,16); }
div.DivClassName
{
background-color: #BBC910;
}
.BgClassName
{
background-color: #BBC910;
}
</style>
border-color css
<style>
span { border-color: #BBC910; }
span { border-color: rgb(187,201,16); }
td.TdClassName
{
border-color: #BBC910;
}
.TagClassName
{
border-color: #BBC910;
}
</style>