Shades of La Rioja #BBC90E
Tints of La Rioja #BBC90E
RGB
CMYK
RGB Variations
Color information
#BBC90E (or 0xBBC90E) is known color: La Rioja. HEX triplet: BB, C9 and 0E. RGB value is (187,201,14). Sum of RGB (Red+Green+Blue) = 187+201+14=402 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.52% from 402); Green value is 201 (78.91% from 255 or 50% from 402); Blue value is 14 (5.86% from 255 or 3.48% from 402); Max value from RGB is 201 - color contains mainly: green. Hex color #BBC90E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC90E is #4436F1. Grayscale: #B0B0B0. Windows color (decimal): -4470514 or 969147. OLE color: 969147.
HSL color Cylindrical-coordinate representation of color #BBC90E: hue angle of 64.49º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BBC90E is Cyan = 0.07, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 187 | 201 | 14 | - |
| CMYK | 0.07 | 0 | 0.93 | 0.21 |
| HSL | 64.49º | 0.87% | 0.42% | - |
| HSV(B) | 64.49º | 0.93% | 0.79% | - |
| XYZ | 41.46 | 52.37 | 8.34 | - |
| YUV | 175.5 | 36.86 | 136.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 201 | 14 | 0.07 | 0 | 0.93 | 0.21 | 64.49 | 0.87 | 0.42 |
| Hex | BB | C9 | E | 7 | 0 | 5D | 15 | 40 | 57 | 2A |
| Octal | 273 | 311 | 16 | 7 | 0 | 135 | 25 | 100 | 127 | 52 |
| Binary | 10111011 | 11001001 | 1110 | 111 | 0 | 1011101 | 10101 | 1000000 | 1010111 | 101010 |
Color Harmonies of #BBC90E
Complementary color
Monochromatic Colors of #BBC90E
Black with #BBC90E
Text Example
Text Example
White with #BBC90E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC90E; }
p { color: rgb(187,201,14); }
H1.HeaderClassName
{
color: #BBC90E;
}
.AnyTagClassName
{
color: #BBC90E;
}
</style>
background-color css
<style>
a { background-color: #BBC90E; }
a { background-color: rgb(187,201,14); }
div.DivClassName
{
background-color: #BBC90E;
}
.BgClassName
{
background-color: #BBC90E;
}
</style>
border-color css
<style>
span { border-color: #BBC90E; }
span { border-color: rgb(187,201,14); }
td.TdClassName
{
border-color: #BBC90E;
}
.TagClassName
{
border-color: #BBC90E;
}
</style>