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