Shades of La Rioja #BBCB00
Tints of La Rioja #BBCB00
RGB
CMYK
RGB Variations
Color information
#BBCB00 (or 0xBBCB00) is known color: La Rioja. HEX triplet: BB, CB and 00. RGB value is (187,203,0). Sum of RGB (Red+Green+Blue) = 187+203+0=390 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.95% from 390); Green value is 203 (79.69% from 255 or 52.05% from 390); Blue value is 0 (0.39% from 255 or 0% from 390); Max value from RGB is 203 - color contains mainly: green. Hex color #BBCB00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBCB00 is #4434FF. Grayscale: #AFAFAF. Windows color (decimal): -4470016 or 52155. OLE color: 52155.
HSL color Cylindrical-coordinate representation of color #BBCB00: hue angle of 64.73º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BBCB00 is Cyan = 0.08, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 203 | 0 | - |
| CMYK | 0.08 | 0 | 1 | 0.20 |
| HSL | 64.73º | 1% | 0.4% | - |
| HSV(B) | 64.73º | 1% | 0.8% | - |
| XYZ | 41.85 | 53.28 | 8.08 | - |
| YUV | 175.07 | 29.2 | 136.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 203 | 0 | 0.08 | 0 | 1 | 0.20 | 64.73 | 1 | 0.4 |
| Hex | BB | CB | 0 | 8 | 0 | 64 | 14 | 41 | 64 | 28 |
| Octal | 273 | 313 | 0 | 10 | 0 | 144 | 24 | 101 | 144 | 50 |
| Binary | 10111011 | 11001011 | 0 | 1000 | 0 | 1100100 | 10100 | 1000001 | 1100100 | 101000 |
Color Harmonies of #BBCB00
Complementary color
Monochromatic Colors of #BBCB00
Black with #BBCB00
Text Example
Text Example
White with #BBCB00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCB00; }
p { color: rgb(187,203,0); }
H1.HeaderClassName
{
color: #BBCB00;
}
.AnyTagClassName
{
color: #BBCB00;
}
</style>
background-color css
<style>
a { background-color: #BBCB00; }
a { background-color: rgb(187,203,0); }
div.DivClassName
{
background-color: #BBCB00;
}
.BgClassName
{
background-color: #BBCB00;
}
</style>
border-color css
<style>
span { border-color: #BBCB00; }
span { border-color: rgb(187,203,0); }
td.TdClassName
{
border-color: #BBCB00;
}
.TagClassName
{
border-color: #BBCB00;
}
</style>