Shades of La Rioja #BBC50B
Tints of La Rioja #BBC50B
RGB
CMYK
RGB Variations
Color information
#BBC50B (or 0xBBC50B) is known color: La Rioja. HEX triplet: BB, C5 and 0B. RGB value is (187,197,11). Sum of RGB (Red+Green+Blue) = 187+197+11=395 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.34% from 395); Green value is 197 (77.34% from 255 or 49.87% from 395); Blue value is 11 (4.69% from 255 or 2.78% from 395); Max value from RGB is 197 - color contains mainly: green. Hex color #BBC50B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC50B is #443AF4. Grayscale: #ADADAD. Windows color (decimal): -4471541 or 771515. OLE color: 771515.
HSL color Cylindrical-coordinate representation of color #BBC50B: hue angle of 63.23º 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 #BBC50B is Cyan = 0.05, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 197 | 11 | - |
| CMYK | 0.05 | 0 | 0.94 | 0.23 |
| HSL | 63.23º | 0.89% | 0.41% | - |
| HSV(B) | 63.23º | 0.94% | 0.77% | - |
| XYZ | 40.52 | 50.52 | 7.93 | - |
| YUV | 172.81 | 36.69 | 138.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 197 | 11 | 0.05 | 0 | 0.94 | 0.23 | 63.23 | 0.89 | 0.41 |
| Hex | BB | C5 | B | 5 | 0 | 5E | 17 | 3F | 59 | 29 |
| Octal | 273 | 305 | 13 | 5 | 0 | 136 | 27 | 77 | 131 | 51 |
| Binary | 10111011 | 11000101 | 1011 | 101 | 0 | 1011110 | 10111 | 111111 | 1011001 | 101001 |
Color Harmonies of #BBC50B
Complementary color
Monochromatic Colors of #BBC50B
Black with #BBC50B
Text Example
Text Example
White with #BBC50B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC50B; }
p { color: rgb(187,197,11); }
H1.HeaderClassName
{
color: #BBC50B;
}
.AnyTagClassName
{
color: #BBC50B;
}
</style>
background-color css
<style>
a { background-color: #BBC50B; }
a { background-color: rgb(187,197,11); }
div.DivClassName
{
background-color: #BBC50B;
}
.BgClassName
{
background-color: #BBC50B;
}
</style>
border-color css
<style>
span { border-color: #BBC50B; }
span { border-color: rgb(187,197,11); }
td.TdClassName
{
border-color: #BBC50B;
}
.TagClassName
{
border-color: #BBC50B;
}
</style>