Shades of La Rioja #BBCB09
Tints of La Rioja #BBCB09
RGB
CMYK
RGB Variations
Color information
#BBCB09 (or 0xBBCB09) is known color: La Rioja. HEX triplet: BB, CB and 09. RGB value is (187,203,9). Sum of RGB (Red+Green+Blue) = 187+203+9=399 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.87% from 399); Green value is 203 (79.69% from 255 or 50.88% from 399); Blue value is 9 (3.91% from 255 or 2.26% from 399); Max value from RGB is 203 - color contains mainly: green. Hex color #BBCB09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBCB09 is #4434F6. Grayscale: #B0B0B0. Windows color (decimal): -4470007 or 641979. OLE color: 641979.
HSL color Cylindrical-coordinate representation of color #BBCB09: hue angle of 64.95º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BBCB09 is Cyan = 0.08, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 203 | 9 | - |
| CMYK | 0.08 | 0 | 0.96 | 0.20 |
| HSL | 64.95º | 0.92% | 0.42% | - |
| HSV(B) | 64.95º | 0.96% | 0.8% | - |
| XYZ | 41.9 | 53.3 | 8.34 | - |
| YUV | 176.1 | 33.7 | 135.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 203 | 9 | 0.08 | 0 | 0.96 | 0.20 | 64.95 | 0.92 | 0.42 |
| Hex | BB | CB | 9 | 8 | 0 | 60 | 14 | 41 | 5C | 2A |
| Octal | 273 | 313 | 11 | 10 | 0 | 140 | 24 | 101 | 134 | 52 |
| Binary | 10111011 | 11001011 | 1001 | 1000 | 0 | 1100000 | 10100 | 1000001 | 1011100 | 101010 |
Color Harmonies of #BBCB09
Complementary color
Monochromatic Colors of #BBCB09
Black with #BBCB09
Text Example
Text Example
White with #BBCB09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCB09; }
p { color: rgb(187,203,9); }
H1.HeaderClassName
{
color: #BBCB09;
}
.AnyTagClassName
{
color: #BBCB09;
}
</style>
background-color css
<style>
a { background-color: #BBCB09; }
a { background-color: rgb(187,203,9); }
div.DivClassName
{
background-color: #BBCB09;
}
.BgClassName
{
background-color: #BBCB09;
}
</style>
border-color css
<style>
span { border-color: #BBCB09; }
span { border-color: rgb(187,203,9); }
td.TdClassName
{
border-color: #BBCB09;
}
.TagClassName
{
border-color: #BBCB09;
}
</style>