Shades of La Rioja #BBC50E
Tints of La Rioja #BBC50E
RGB
CMYK
RGB Variations
Color information
#BBC50E (or 0xBBC50E) is known color: La Rioja. HEX triplet: BB, C5 and 0E. RGB value is (187,197,14). Sum of RGB (Red+Green+Blue) = 187+197+14=398 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.98% from 398); Green value is 197 (77.34% from 255 or 49.50% from 398); Blue value is 14 (5.86% from 255 or 3.52% from 398); Max value from RGB is 197 - color contains mainly: green. Hex color #BBC50E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC50E is #443AF1. Grayscale: #ADADAD. Windows color (decimal): -4471538 or 968123. OLE color: 968123.
HSL color Cylindrical-coordinate representation of color #BBC50E: hue angle of 63.28º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BBC50E is Cyan = 0.05, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 197 | 14 | - |
| CMYK | 0.05 | 0 | 0.93 | 0.23 |
| HSL | 63.28º | 0.87% | 0.41% | - |
| HSV(B) | 63.28º | 0.93% | 0.77% | - |
| XYZ | 40.54 | 50.53 | 8.03 | - |
| YUV | 173.15 | 38.19 | 137.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 197 | 14 | 0.05 | 0 | 0.93 | 0.23 | 63.28 | 0.87 | 0.41 |
| Hex | BB | C5 | E | 5 | 0 | 5D | 17 | 3F | 57 | 29 |
| Octal | 273 | 305 | 16 | 5 | 0 | 135 | 27 | 77 | 127 | 51 |
| Binary | 10111011 | 11000101 | 1110 | 101 | 0 | 1011101 | 10111 | 111111 | 1010111 | 101001 |
Color Harmonies of #BBC50E
Complementary color
Monochromatic Colors of #BBC50E
Black with #BBC50E
Text Example
Text Example
White with #BBC50E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC50E; }
p { color: rgb(187,197,14); }
H1.HeaderClassName
{
color: #BBC50E;
}
.AnyTagClassName
{
color: #BBC50E;
}
</style>
background-color css
<style>
a { background-color: #BBC50E; }
a { background-color: rgb(187,197,14); }
div.DivClassName
{
background-color: #BBC50E;
}
.BgClassName
{
background-color: #BBC50E;
}
</style>
border-color css
<style>
span { border-color: #BBC50E; }
span { border-color: rgb(187,197,14); }
td.TdClassName
{
border-color: #BBC50E;
}
.TagClassName
{
border-color: #BBC50E;
}
</style>