Shades of La Rioja #BBC400
Tints of La Rioja #BBC400
RGB
CMYK
RGB Variations
Color information
#BBC400 (or 0xBBC400) is known color: La Rioja. HEX triplet: BB, C4 and 00. RGB value is (187,196,0). Sum of RGB (Red+Green+Blue) = 187+196+0=383 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.83% from 383); Green value is 196 (76.95% from 255 or 51.17% from 383); Blue value is 0 (0.39% from 255 or 0% from 383); Max value from RGB is 196 - color contains mainly: green. Hex color #BBC400 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC400 is #443BFF. Grayscale: #ABABAB. Windows color (decimal): -4471808 or 50363. OLE color: 50363.
HSL color Cylindrical-coordinate representation of color #BBC400: hue angle of 62.76º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BBC400 is Cyan = 0.05, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 196 | 0 | - |
| CMYK | 0.05 | 0 | 1 | 0.23 |
| HSL | 62.76º | 1% | 0.38% | - |
| HSV(B) | 62.76º | 1% | 0.77% | - |
| XYZ | 40.23 | 50.04 | 7.54 | - |
| YUV | 170.97 | 31.52 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 196 | 0 | 0.05 | 0 | 1 | 0.23 | 62.76 | 1 | 0.38 |
| Hex | BB | C4 | 0 | 5 | 0 | 64 | 17 | 3F | 64 | 26 |
| Octal | 273 | 304 | 0 | 5 | 0 | 144 | 27 | 77 | 144 | 46 |
| Binary | 10111011 | 11000100 | 0 | 101 | 0 | 1100100 | 10111 | 111111 | 1100100 | 100110 |
Color Harmonies of #BBC400
Complementary color
Monochromatic Colors of #BBC400
Black with #BBC400
Text Example
Text Example
White with #BBC400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC400; }
p { color: rgb(187,196,0); }
H1.HeaderClassName
{
color: #BBC400;
}
.AnyTagClassName
{
color: #BBC400;
}
</style>
background-color css
<style>
a { background-color: #BBC400; }
a { background-color: rgb(187,196,0); }
div.DivClassName
{
background-color: #BBC400;
}
.BgClassName
{
background-color: #BBC400;
}
</style>
border-color css
<style>
span { border-color: #BBC400; }
span { border-color: rgb(187,196,0); }
td.TdClassName
{
border-color: #BBC400;
}
.TagClassName
{
border-color: #BBC400;
}
</style>