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