Shades of La Rioja #BBCB0B
Tints of La Rioja #BBCB0B
RGB
CMYK
RGB Variations
Color information
#BBCB0B (or 0xBBCB0B) is known color: La Rioja. HEX triplet: BB, CB and 0B. RGB value is (187,203,11). Sum of RGB (Red+Green+Blue) = 187+203+11=401 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.63% from 401); Green value is 203 (79.69% from 255 or 50.62% from 401); Blue value is 11 (4.69% from 255 or 2.74% from 401); Max value from RGB is 203 - color contains mainly: green. Hex color #BBCB0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBCB0B is #4434F4. Grayscale: #B1B1B1. Windows color (decimal): -4470005 or 773051. OLE color: 773051.
HSL color Cylindrical-coordinate representation of color #BBCB0B: hue angle of 65º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BBCB0B is Cyan = 0.08, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 203 | 11 | - |
| CMYK | 0.08 | 0 | 0.95 | 0.20 |
| HSL | 65º | 0.9% | 0.42% | - |
| HSV(B) | 65º | 0.95% | 0.8% | - |
| XYZ | 41.91 | 53.3 | 8.4 | - |
| YUV | 176.33 | 34.7 | 135.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 203 | 11 | 0.08 | 0 | 0.95 | 0.20 | 65 | 0.9 | 0.42 |
| Hex | BB | CB | B | 8 | 0 | 5F | 14 | 41 | 5A | 2A |
| Octal | 273 | 313 | 13 | 10 | 0 | 137 | 24 | 101 | 132 | 52 |
| Binary | 10111011 | 11001011 | 1011 | 1000 | 0 | 1011111 | 10100 | 1000001 | 1011010 | 101010 |
Color Harmonies of #BBCB0B
Complementary color
Monochromatic Colors of #BBCB0B
Black with #BBCB0B
Text Example
Text Example
White with #BBCB0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCB0B; }
p { color: rgb(187,203,11); }
H1.HeaderClassName
{
color: #BBCB0B;
}
.AnyTagClassName
{
color: #BBCB0B;
}
</style>
background-color css
<style>
a { background-color: #BBCB0B; }
a { background-color: rgb(187,203,11); }
div.DivClassName
{
background-color: #BBCB0B;
}
.BgClassName
{
background-color: #BBCB0B;
}
</style>
border-color css
<style>
span { border-color: #BBCB0B; }
span { border-color: rgb(187,203,11); }
td.TdClassName
{
border-color: #BBCB0B;
}
.TagClassName
{
border-color: #BBCB0B;
}
</style>