Shades of La Rioja #BBCB06
Tints of La Rioja #BBCB06
RGB
CMYK
RGB Variations
Color information
#BBCB06 (or 0xBBCB06) is known color: La Rioja. HEX triplet: BB, CB and 06. RGB value is (187,203,6). Sum of RGB (Red+Green+Blue) = 187+203+6=396 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.22% from 396); Green value is 203 (79.69% from 255 or 51.26% from 396); Blue value is 6 (2.73% from 255 or 1.52% from 396); Max value from RGB is 203 - color contains mainly: green. Hex color #BBCB06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBCB06 is #4434F9. Grayscale: #B0B0B0. Windows color (decimal): -4470010 or 445371. OLE color: 445371.
HSL color Cylindrical-coordinate representation of color #BBCB06: hue angle of 64.87º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BBCB06 is Cyan = 0.08, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 203 | 6 | - |
| CMYK | 0.08 | 0 | 0.97 | 0.20 |
| HSL | 64.87º | 0.94% | 0.41% | - |
| HSV(B) | 64.87º | 0.97% | 0.8% | - |
| XYZ | 41.88 | 53.29 | 8.25 | - |
| YUV | 175.76 | 32.2 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 203 | 6 | 0.08 | 0 | 0.97 | 0.20 | 64.87 | 0.94 | 0.41 |
| Hex | BB | CB | 6 | 8 | 0 | 61 | 14 | 41 | 5E | 29 |
| Octal | 273 | 313 | 6 | 10 | 0 | 141 | 24 | 101 | 136 | 51 |
| Binary | 10111011 | 11001011 | 110 | 1000 | 0 | 1100001 | 10100 | 1000001 | 1011110 | 101001 |
Color Harmonies of #BBCB06
Complementary color
Monochromatic Colors of #BBCB06
Black with #BBCB06
Text Example
Text Example
White with #BBCB06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCB06; }
p { color: rgb(187,203,6); }
H1.HeaderClassName
{
color: #BBCB06;
}
.AnyTagClassName
{
color: #BBCB06;
}
</style>
background-color css
<style>
a { background-color: #BBCB06; }
a { background-color: rgb(187,203,6); }
div.DivClassName
{
background-color: #BBCB06;
}
.BgClassName
{
background-color: #BBCB06;
}
</style>
border-color css
<style>
span { border-color: #BBCB06; }
span { border-color: rgb(187,203,6); }
td.TdClassName
{
border-color: #BBCB06;
}
.TagClassName
{
border-color: #BBCB06;
}
</style>