Shades of La Rioja #BBC40B
Tints of La Rioja #BBC40B
RGB
CMYK
RGB Variations
Color information
#BBC40B (or 0xBBC40B) is known color: La Rioja. HEX triplet: BB, C4 and 0B. RGB value is (187,196,11). Sum of RGB (Red+Green+Blue) = 187+196+11=394 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.46% from 394); Green value is 196 (76.95% from 255 or 49.75% from 394); Blue value is 11 (4.69% from 255 or 2.79% from 394); Max value from RGB is 196 - color contains mainly: green. Hex color #BBC40B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC40B is #443BF4. Grayscale: #ACACAC. Windows color (decimal): -4471797 or 771259. OLE color: 771259.
HSL color Cylindrical-coordinate representation of color #BBC40B: hue angle of 62.92º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BBC40B is Cyan = 0.05, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 196 | 11 | - |
| CMYK | 0.05 | 0 | 0.94 | 0.23 |
| HSL | 62.92º | 0.89% | 0.41% | - |
| HSV(B) | 62.92º | 0.94% | 0.77% | - |
| XYZ | 40.29 | 50.07 | 7.86 | - |
| YUV | 172.22 | 37.02 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 196 | 11 | 0.05 | 0 | 0.94 | 0.23 | 62.92 | 0.89 | 0.41 |
| Hex | BB | C4 | B | 5 | 0 | 5E | 17 | 3F | 59 | 29 |
| Octal | 273 | 304 | 13 | 5 | 0 | 136 | 27 | 77 | 131 | 51 |
| Binary | 10111011 | 11000100 | 1011 | 101 | 0 | 1011110 | 10111 | 111111 | 1011001 | 101001 |
Color Harmonies of #BBC40B
Complementary color
Monochromatic Colors of #BBC40B
Black with #BBC40B
Text Example
Text Example
White with #BBC40B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC40B; }
p { color: rgb(187,196,11); }
H1.HeaderClassName
{
color: #BBC40B;
}
.AnyTagClassName
{
color: #BBC40B;
}
</style>
background-color css
<style>
a { background-color: #BBC40B; }
a { background-color: rgb(187,196,11); }
div.DivClassName
{
background-color: #BBC40B;
}
.BgClassName
{
background-color: #BBC40B;
}
</style>
border-color css
<style>
span { border-color: #BBC40B; }
span { border-color: rgb(187,196,11); }
td.TdClassName
{
border-color: #BBC40B;
}
.TagClassName
{
border-color: #BBC40B;
}
</style>