Shades of La Rioja #BBC906
Tints of La Rioja #BBC906
RGB
CMYK
RGB Variations
Color information
#BBC906 (or 0xBBC906) is known color: La Rioja. HEX triplet: BB, C9 and 06. RGB value is (187,201,6). Sum of RGB (Red+Green+Blue) = 187+201+6=394 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.46% from 394); Green value is 201 (78.91% from 255 or 51.02% from 394); Blue value is 6 (2.73% from 255 or 1.52% from 394); Max value from RGB is 201 - color contains mainly: green. Hex color #BBC906 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC906 is #4436F9. Grayscale: #AFAFAF. Windows color (decimal): -4470522 or 444859. OLE color: 444859.
HSL color Cylindrical-coordinate representation of color #BBC906: hue angle of 64.31º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BBC906 is Cyan = 0.07, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 187 | 201 | 6 | - |
| CMYK | 0.07 | 0 | 0.97 | 0.21 |
| HSL | 64.31º | 0.94% | 0.41% | - |
| HSV(B) | 64.31º | 0.97% | 0.79% | - |
| XYZ | 41.41 | 52.35 | 8.09 | - |
| YUV | 174.58 | 32.86 | 136.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 201 | 6 | 0.07 | 0 | 0.97 | 0.21 | 64.31 | 0.94 | 0.41 |
| Hex | BB | C9 | 6 | 7 | 0 | 61 | 15 | 40 | 5E | 29 |
| Octal | 273 | 311 | 6 | 7 | 0 | 141 | 25 | 100 | 136 | 51 |
| Binary | 10111011 | 11001001 | 110 | 111 | 0 | 1100001 | 10101 | 1000000 | 1011110 | 101001 |
Color Harmonies of #BBC906
Complementary color
Monochromatic Colors of #BBC906
Black with #BBC906
Text Example
Text Example
White with #BBC906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC906; }
p { color: rgb(187,201,6); }
H1.HeaderClassName
{
color: #BBC906;
}
.AnyTagClassName
{
color: #BBC906;
}
</style>
background-color css
<style>
a { background-color: #BBC906; }
a { background-color: rgb(187,201,6); }
div.DivClassName
{
background-color: #BBC906;
}
.BgClassName
{
background-color: #BBC906;
}
</style>
border-color css
<style>
span { border-color: #BBC906; }
span { border-color: rgb(187,201,6); }
td.TdClassName
{
border-color: #BBC906;
}
.TagClassName
{
border-color: #BBC906;
}
</style>