Shades of La Rioja #BBC90C
Tints of La Rioja #BBC90C
RGB
CMYK
RGB Variations
Color information
#BBC90C (or 0xBBC90C) is known color: La Rioja. HEX triplet: BB, C9 and 0C. RGB value is (187,201,12). Sum of RGB (Red+Green+Blue) = 187+201+12=400 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.75% from 400); Green value is 201 (78.91% from 255 or 50.25% from 400); Blue value is 12 (5.08% from 255 or 3% from 400); Max value from RGB is 201 - color contains mainly: green. Hex color #BBC90C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC90C is #4436F3. Grayscale: #B0B0B0. Windows color (decimal): -4470516 or 838075. OLE color: 838075.
HSL color Cylindrical-coordinate representation of color #BBC90C: hue angle of 64.44º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BBC90C is Cyan = 0.07, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 187 | 201 | 12 | - |
| CMYK | 0.07 | 0 | 0.94 | 0.21 |
| HSL | 64.44º | 0.89% | 0.42% | - |
| HSV(B) | 64.44º | 0.94% | 0.79% | - |
| XYZ | 41.45 | 52.36 | 8.27 | - |
| YUV | 175.27 | 35.86 | 136.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 201 | 12 | 0.07 | 0 | 0.94 | 0.21 | 64.44 | 0.89 | 0.42 |
| Hex | BB | C9 | C | 7 | 0 | 5E | 15 | 40 | 59 | 2A |
| Octal | 273 | 311 | 14 | 7 | 0 | 136 | 25 | 100 | 131 | 52 |
| Binary | 10111011 | 11001001 | 1100 | 111 | 0 | 1011110 | 10101 | 1000000 | 1011001 | 101010 |
Color Harmonies of #BBC90C
Complementary color
Monochromatic Colors of #BBC90C
Black with #BBC90C
Text Example
Text Example
White with #BBC90C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC90C; }
p { color: rgb(187,201,12); }
H1.HeaderClassName
{
color: #BBC90C;
}
.AnyTagClassName
{
color: #BBC90C;
}
</style>
background-color css
<style>
a { background-color: #BBC90C; }
a { background-color: rgb(187,201,12); }
div.DivClassName
{
background-color: #BBC90C;
}
.BgClassName
{
background-color: #BBC90C;
}
</style>
border-color css
<style>
span { border-color: #BBC90C; }
span { border-color: rgb(187,201,12); }
td.TdClassName
{
border-color: #BBC90C;
}
.TagClassName
{
border-color: #BBC90C;
}
</style>