Shades of La Rioja #BBC70E
Tints of La Rioja #BBC70E
RGB
CMYK
RGB Variations
Color information
#BBC70E (or 0xBBC70E) is known color: La Rioja. HEX triplet: BB, C7 and 0E. RGB value is (187,199,14). Sum of RGB (Red+Green+Blue) = 187+199+14=400 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.75% from 400); Green value is 199 (78.12% from 255 or 49.75% from 400); Blue value is 14 (5.86% from 255 or 3.5% from 400); Max value from RGB is 199 - color contains mainly: green. Hex color #BBC70E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC70E is #4438F1. Grayscale: #AFAFAF. Windows color (decimal): -4471026 or 968635. OLE color: 968635.
HSL color Cylindrical-coordinate representation of color #BBC70E: hue angle of 63.89º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BBC70E is Cyan = 0.06, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 199 | 14 | - |
| CMYK | 0.06 | 0 | 0.93 | 0.22 |
| HSL | 63.89º | 0.87% | 0.42% | - |
| HSV(B) | 63.89º | 0.93% | 0.78% | - |
| XYZ | 41 | 51.44 | 8.18 | - |
| YUV | 174.32 | 37.52 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 199 | 14 | 0.06 | 0 | 0.93 | 0.22 | 63.89 | 0.87 | 0.42 |
| Hex | BB | C7 | E | 6 | 0 | 5D | 16 | 40 | 57 | 2A |
| Octal | 273 | 307 | 16 | 6 | 0 | 135 | 26 | 100 | 127 | 52 |
| Binary | 10111011 | 11000111 | 1110 | 110 | 0 | 1011101 | 10110 | 1000000 | 1010111 | 101010 |
Color Harmonies of #BBC70E
Complementary color
Monochromatic Colors of #BBC70E
Black with #BBC70E
Text Example
Text Example
White with #BBC70E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC70E; }
p { color: rgb(187,199,14); }
H1.HeaderClassName
{
color: #BBC70E;
}
.AnyTagClassName
{
color: #BBC70E;
}
</style>
background-color css
<style>
a { background-color: #BBC70E; }
a { background-color: rgb(187,199,14); }
div.DivClassName
{
background-color: #BBC70E;
}
.BgClassName
{
background-color: #BBC70E;
}
</style>
border-color css
<style>
span { border-color: #BBC70E; }
span { border-color: rgb(187,199,14); }
td.TdClassName
{
border-color: #BBC70E;
}
.TagClassName
{
border-color: #BBC70E;
}
</style>