Shades of La Rioja #BBC10E
Tints of La Rioja #BBC10E
RGB
CMYK
RGB Variations
Color information
#BBC10E (or 0xBBC10E) is known color: La Rioja. HEX triplet: BB, C1 and 0E. RGB value is (187,193,14). Sum of RGB (Red+Green+Blue) = 187+193+14=394 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.46% from 394); Green value is 193 (75.78% from 255 or 48.98% from 394); Blue value is 14 (5.86% from 255 or 3.55% from 394); Max value from RGB is 193 - color contains mainly: green. Hex color #BBC10E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC10E is #443EF1. Grayscale: #ABABAB. Windows color (decimal): -4472562 or 967099. OLE color: 967099.
HSL color Cylindrical-coordinate representation of color #BBC10E: hue angle of 62.01º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BBC10E is Cyan = 0.03, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 193 | 14 | - |
| CMYK | 0.03 | 0 | 0.93 | 0.24 |
| HSL | 62.01º | 0.86% | 0.41% | - |
| HSV(B) | 62.01º | 0.93% | 0.76% | - |
| XYZ | 39.64 | 48.74 | 7.73 | - |
| YUV | 170.8 | 39.51 | 139.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 193 | 14 | 0.03 | 0 | 0.93 | 0.24 | 62.01 | 0.86 | 0.41 |
| Hex | BB | C1 | E | 3 | 0 | 5D | 18 | 3E | 56 | 29 |
| Octal | 273 | 301 | 16 | 3 | 0 | 135 | 30 | 76 | 126 | 51 |
| Binary | 10111011 | 11000001 | 1110 | 11 | 0 | 1011101 | 11000 | 111110 | 1010110 | 101001 |
Color Harmonies of #BBC10E
Complementary color
Monochromatic Colors of #BBC10E
Black with #BBC10E
Text Example
Text Example
White with #BBC10E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC10E; }
p { color: rgb(187,193,14); }
H1.HeaderClassName
{
color: #BBC10E;
}
.AnyTagClassName
{
color: #BBC10E;
}
</style>
background-color css
<style>
a { background-color: #BBC10E; }
a { background-color: rgb(187,193,14); }
div.DivClassName
{
background-color: #BBC10E;
}
.BgClassName
{
background-color: #BBC10E;
}
</style>
border-color css
<style>
span { border-color: #BBC10E; }
span { border-color: rgb(187,193,14); }
td.TdClassName
{
border-color: #BBC10E;
}
.TagClassName
{
border-color: #BBC10E;
}
</style>