Shades of La Rioja #BBC90B
Tints of La Rioja #BBC90B
RGB
CMYK
RGB Variations
Color information
#BBC90B (or 0xBBC90B) is known color: La Rioja. HEX triplet: BB, C9 and 0B. RGB value is (187,201,11). Sum of RGB (Red+Green+Blue) = 187+201+11=399 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.87% from 399); Green value is 201 (78.91% from 255 or 50.38% from 399); Blue value is 11 (4.69% from 255 or 2.76% from 399); Max value from RGB is 201 - color contains mainly: green. Hex color #BBC90B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC90B is #4436F4. Grayscale: #AFAFAF. Windows color (decimal): -4470517 or 772539. OLE color: 772539.
HSL color Cylindrical-coordinate representation of color #BBC90B: hue angle of 64.42º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BBC90B is Cyan = 0.07, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 187 | 201 | 11 | - |
| CMYK | 0.07 | 0 | 0.95 | 0.21 |
| HSL | 64.42º | 0.9% | 0.42% | - |
| HSV(B) | 64.42º | 0.95% | 0.79% | - |
| XYZ | 41.44 | 52.36 | 8.24 | - |
| YUV | 175.15 | 35.36 | 136.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 201 | 11 | 0.07 | 0 | 0.95 | 0.21 | 64.42 | 0.9 | 0.42 |
| Hex | BB | C9 | B | 7 | 0 | 5F | 15 | 40 | 5A | 2A |
| Octal | 273 | 311 | 13 | 7 | 0 | 137 | 25 | 100 | 132 | 52 |
| Binary | 10111011 | 11001001 | 1011 | 111 | 0 | 1011111 | 10101 | 1000000 | 1011010 | 101010 |
Color Harmonies of #BBC90B
Complementary color
Monochromatic Colors of #BBC90B
Black with #BBC90B
Text Example
Text Example
White with #BBC90B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC90B; }
p { color: rgb(187,201,11); }
H1.HeaderClassName
{
color: #BBC90B;
}
.AnyTagClassName
{
color: #BBC90B;
}
</style>
background-color css
<style>
a { background-color: #BBC90B; }
a { background-color: rgb(187,201,11); }
div.DivClassName
{
background-color: #BBC90B;
}
.BgClassName
{
background-color: #BBC90B;
}
</style>
border-color css
<style>
span { border-color: #BBC90B; }
span { border-color: rgb(187,201,11); }
td.TdClassName
{
border-color: #BBC90B;
}
.TagClassName
{
border-color: #BBC90B;
}
</style>