Shades of La Rioja #BBC900
Tints of La Rioja #BBC900
RGB
CMYK
RGB Variations
Color information
#BBC900 (or 0xBBC900) is known color: La Rioja. HEX triplet: BB, C9 and 00. RGB value is (187,201,0). Sum of RGB (Red+Green+Blue) = 187+201+0=388 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.20% from 388); Green value is 201 (78.91% from 255 or 51.80% from 388); Blue value is 0 (0.39% from 255 or 0% from 388); Max value from RGB is 201 - color contains mainly: green. Hex color #BBC900 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC900 is #4436FF. Grayscale: #AEAEAE. Windows color (decimal): -4470528 or 51643. OLE color: 51643.
HSL color Cylindrical-coordinate representation of color #BBC900: hue angle of 64.18º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BBC900 is Cyan = 0.07, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 187 | 201 | 0 | - |
| CMYK | 0.07 | 0 | 1 | 0.21 |
| HSL | 64.18º | 1% | 0.39% | - |
| HSV(B) | 64.18º | 1% | 0.79% | - |
| XYZ | 41.38 | 52.34 | 7.92 | - |
| YUV | 173.9 | 29.86 | 137.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 201 | 0 | 0.07 | 0 | 1 | 0.21 | 64.18 | 1 | 0.39 |
| Hex | BB | C9 | 0 | 7 | 0 | 64 | 15 | 40 | 64 | 27 |
| Octal | 273 | 311 | 0 | 7 | 0 | 144 | 25 | 100 | 144 | 47 |
| Binary | 10111011 | 11001001 | 0 | 111 | 0 | 1100100 | 10101 | 1000000 | 1100100 | 100111 |
Color Harmonies of #BBC900
Complementary color
Monochromatic Colors of #BBC900
Black with #BBC900
Text Example
Text Example
White with #BBC900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC900; }
p { color: rgb(187,201,0); }
H1.HeaderClassName
{
color: #BBC900;
}
.AnyTagClassName
{
color: #BBC900;
}
</style>
background-color css
<style>
a { background-color: #BBC900; }
a { background-color: rgb(187,201,0); }
div.DivClassName
{
background-color: #BBC900;
}
.BgClassName
{
background-color: #BBC900;
}
</style>
border-color css
<style>
span { border-color: #BBC900; }
span { border-color: rgb(187,201,0); }
td.TdClassName
{
border-color: #BBC900;
}
.TagClassName
{
border-color: #BBC900;
}
</style>