Shades of La Rioja #BBC00C
Tints of La Rioja #BBC00C
RGB
CMYK
RGB Variations
Color information
#BBC00C (or 0xBBC00C) is known color: La Rioja. HEX triplet: BB, C0 and 0C. RGB value is (187,192,12). Sum of RGB (Red+Green+Blue) = 187+192+12=391 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.83% from 391); Green value is 192 (75.39% from 255 or 49.10% from 391); Blue value is 12 (5.08% from 255 or 3.07% from 391); Max value from RGB is 192 - color contains mainly: green. Hex color #BBC00C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC00C is #443FF3. Grayscale: #AAAAAA. Windows color (decimal): -4472820 or 835771. OLE color: 835771.
HSL color Cylindrical-coordinate representation of color #BBC00C: hue angle of 61.67º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BBC00C is Cyan = 0.03, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 192 | 12 | - |
| CMYK | 0.03 | 0 | 0.94 | 0.25 |
| HSL | 61.67º | 0.88% | 0.4% | - |
| HSV(B) | 61.67º | 0.94% | 0.75% | - |
| XYZ | 39.41 | 48.29 | 7.59 | - |
| YUV | 169.99 | 38.84 | 140.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 192 | 12 | 0.03 | 0 | 0.94 | 0.25 | 61.67 | 0.88 | 0.4 |
| Hex | BB | C0 | C | 3 | 0 | 5E | 19 | 3E | 58 | 28 |
| Octal | 273 | 300 | 14 | 3 | 0 | 136 | 31 | 76 | 130 | 50 |
| Binary | 10111011 | 11000000 | 1100 | 11 | 0 | 1011110 | 11001 | 111110 | 1011000 | 101000 |
Color Harmonies of #BBC00C
Complementary color
Monochromatic Colors of #BBC00C
Black with #BBC00C
Text Example
Text Example
White with #BBC00C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC00C; }
p { color: rgb(187,192,12); }
H1.HeaderClassName
{
color: #BBC00C;
}
.AnyTagClassName
{
color: #BBC00C;
}
</style>
background-color css
<style>
a { background-color: #BBC00C; }
a { background-color: rgb(187,192,12); }
div.DivClassName
{
background-color: #BBC00C;
}
.BgClassName
{
background-color: #BBC00C;
}
</style>
border-color css
<style>
span { border-color: #BBC00C; }
span { border-color: rgb(187,192,12); }
td.TdClassName
{
border-color: #BBC00C;
}
.TagClassName
{
border-color: #BBC00C;
}
</style>