Shades of La Rioja #BBC50A
Tints of La Rioja #BBC50A
RGB
CMYK
RGB Variations
Color information
#BBC50A (or 0xBBC50A) is known color: La Rioja. HEX triplet: BB, C5 and 0A. RGB value is (187,197,10). Sum of RGB (Red+Green+Blue) = 187+197+10=394 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.46% from 394); Green value is 197 (77.34% from 255 or 50% from 394); Blue value is 10 (4.30% from 255 or 2.54% from 394); Max value from RGB is 197 - color contains mainly: green. Hex color #BBC50A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC50A is #443AF5. Grayscale: #ADADAD. Windows color (decimal): -4471542 or 705979. OLE color: 705979.
HSL color Cylindrical-coordinate representation of color #BBC50A: hue angle of 63.21º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BBC50A is Cyan = 0.05, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 197 | 10 | - |
| CMYK | 0.05 | 0 | 0.95 | 0.23 |
| HSL | 63.21º | 0.9% | 0.41% | - |
| HSV(B) | 63.21º | 0.95% | 0.77% | - |
| XYZ | 40.51 | 50.52 | 7.9 | - |
| YUV | 172.69 | 36.19 | 138.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 197 | 10 | 0.05 | 0 | 0.95 | 0.23 | 63.21 | 0.9 | 0.41 |
| Hex | BB | C5 | A | 5 | 0 | 5F | 17 | 3F | 5A | 29 |
| Octal | 273 | 305 | 12 | 5 | 0 | 137 | 27 | 77 | 132 | 51 |
| Binary | 10111011 | 11000101 | 1010 | 101 | 0 | 1011111 | 10111 | 111111 | 1011010 | 101001 |
Color Harmonies of #BBC50A
Complementary color
Monochromatic Colors of #BBC50A
Black with #BBC50A
Text Example
Text Example
White with #BBC50A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC50A; }
p { color: rgb(187,197,10); }
H1.HeaderClassName
{
color: #BBC50A;
}
.AnyTagClassName
{
color: #BBC50A;
}
</style>
background-color css
<style>
a { background-color: #BBC50A; }
a { background-color: rgb(187,197,10); }
div.DivClassName
{
background-color: #BBC50A;
}
.BgClassName
{
background-color: #BBC50A;
}
</style>
border-color css
<style>
span { border-color: #BBC50A; }
span { border-color: rgb(187,197,10); }
td.TdClassName
{
border-color: #BBC50A;
}
.TagClassName
{
border-color: #BBC50A;
}
</style>