Shades of La Rioja #BBC00E
Tints of La Rioja #BBC00E
RGB
CMYK
RGB Variations
Color information
#BBC00E (or 0xBBC00E) is known color: La Rioja. HEX triplet: BB, C0 and 0E. RGB value is (187,192,14). Sum of RGB (Red+Green+Blue) = 187+192+14=393 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.58% from 393); Green value is 192 (75.39% from 255 or 48.85% from 393); Blue value is 14 (5.86% from 255 or 3.56% from 393); Max value from RGB is 192 - color contains mainly: green. Hex color #BBC00E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC00E is #443FF1. Grayscale: #AAAAAA. Windows color (decimal): -4472818 or 966843. OLE color: 966843.
HSL color Cylindrical-coordinate representation of color #BBC00E: hue angle of 61.69º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BBC00E is Cyan = 0.03, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 192 | 14 | - |
| CMYK | 0.03 | 0 | 0.93 | 0.25 |
| HSL | 61.69º | 0.86% | 0.4% | - |
| HSV(B) | 61.69º | 0.93% | 0.75% | - |
| XYZ | 39.42 | 48.3 | 7.66 | - |
| YUV | 170.21 | 39.84 | 139.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 192 | 14 | 0.03 | 0 | 0.93 | 0.25 | 61.69 | 0.86 | 0.4 |
| Hex | BB | C0 | E | 3 | 0 | 5D | 19 | 3E | 56 | 28 |
| Octal | 273 | 300 | 16 | 3 | 0 | 135 | 31 | 76 | 126 | 50 |
| Binary | 10111011 | 11000000 | 1110 | 11 | 0 | 1011101 | 11001 | 111110 | 1010110 | 101000 |
Color Harmonies of #BBC00E
Complementary color
Monochromatic Colors of #BBC00E
Black with #BBC00E
Text Example
Text Example
White with #BBC00E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC00E; }
p { color: rgb(187,192,14); }
H1.HeaderClassName
{
color: #BBC00E;
}
.AnyTagClassName
{
color: #BBC00E;
}
</style>
background-color css
<style>
a { background-color: #BBC00E; }
a { background-color: rgb(187,192,14); }
div.DivClassName
{
background-color: #BBC00E;
}
.BgClassName
{
background-color: #BBC00E;
}
</style>
border-color css
<style>
span { border-color: #BBC00E; }
span { border-color: rgb(187,192,14); }
td.TdClassName
{
border-color: #BBC00E;
}
.TagClassName
{
border-color: #BBC00E;
}
</style>