Shades of La Rioja #BBCB02
Tints of La Rioja #BBCB02
RGB
CMYK
RGB Variations
Color information
#BBCB02 (or 0xBBCB02) is known color: La Rioja. HEX triplet: BB, CB and 02. RGB value is (187,203,2). Sum of RGB (Red+Green+Blue) = 187+203+2=392 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.70% from 392); Green value is 203 (79.69% from 255 or 51.79% from 392); Blue value is 2 (1.17% from 255 or 0.51% from 392); Max value from RGB is 203 - color contains mainly: green. Hex color #BBCB02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBCB02 is #4434FD. Grayscale: #B0B0B0. Windows color (decimal): -4470014 or 183227. OLE color: 183227.
HSL color Cylindrical-coordinate representation of color #BBCB02: hue angle of 64.78º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BBCB02 is Cyan = 0.08, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 203 | 2 | - |
| CMYK | 0.08 | 0 | 0.99 | 0.20 |
| HSL | 64.78º | 0.98% | 0.4% | - |
| HSV(B) | 64.78º | 0.99% | 0.8% | - |
| XYZ | 41.86 | 53.28 | 8.14 | - |
| YUV | 175.3 | 30.2 | 136.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 203 | 2 | 0.08 | 0 | 0.99 | 0.20 | 64.78 | 0.98 | 0.4 |
| Hex | BB | CB | 2 | 8 | 0 | 63 | 14 | 41 | 62 | 28 |
| Octal | 273 | 313 | 2 | 10 | 0 | 143 | 24 | 101 | 142 | 50 |
| Binary | 10111011 | 11001011 | 10 | 1000 | 0 | 1100011 | 10100 | 1000001 | 1100010 | 101000 |
Color Harmonies of #BBCB02
Complementary color
Monochromatic Colors of #BBCB02
Black with #BBCB02
Text Example
Text Example
White with #BBCB02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCB02; }
p { color: rgb(187,203,2); }
H1.HeaderClassName
{
color: #BBCB02;
}
.AnyTagClassName
{
color: #BBCB02;
}
</style>
background-color css
<style>
a { background-color: #BBCB02; }
a { background-color: rgb(187,203,2); }
div.DivClassName
{
background-color: #BBCB02;
}
.BgClassName
{
background-color: #BBCB02;
}
</style>
border-color css
<style>
span { border-color: #BBCB02; }
span { border-color: rgb(187,203,2); }
td.TdClassName
{
border-color: #BBCB02;
}
.TagClassName
{
border-color: #BBCB02;
}
</style>