Shades of La Rioja #BBC101
Tints of La Rioja #BBC101
RGB
CMYK
RGB Variations
Color information
#BBC101 (or 0xBBC101) is known color: La Rioja. HEX triplet: BB, C1 and 01. RGB value is (187,193,1). Sum of RGB (Red+Green+Blue) = 187+193+1=381 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.08% from 381); Green value is 193 (75.78% from 255 or 50.66% from 381); Blue value is 1 (0.78% from 255 or 0.26% from 381); Max value from RGB is 193 - color contains mainly: green. Hex color #BBC101 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC101 is #443EFE. Grayscale: #AAAAAA. Windows color (decimal): -4472575 or 115131. OLE color: 115131.
HSL color Cylindrical-coordinate representation of color #BBC101: hue angle of 61.88º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BBC101 is Cyan = 0.03, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 193 | 1 | - |
| CMYK | 0.03 | 0 | 0.99 | 0.24 |
| HSL | 61.88º | 0.99% | 0.38% | - |
| HSV(B) | 61.88º | 0.99% | 0.76% | - |
| XYZ | 39.57 | 48.71 | 7.34 | - |
| YUV | 169.32 | 33.01 | 140.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 193 | 1 | 0.03 | 0 | 0.99 | 0.24 | 61.88 | 0.99 | 0.38 |
| Hex | BB | C1 | 1 | 3 | 0 | 63 | 18 | 3E | 63 | 26 |
| Octal | 273 | 301 | 1 | 3 | 0 | 143 | 30 | 76 | 143 | 46 |
| Binary | 10111011 | 11000001 | 1 | 11 | 0 | 1100011 | 11000 | 111110 | 1100011 | 100110 |
Color Harmonies of #BBC101
Complementary color
Monochromatic Colors of #BBC101
Black with #BBC101
Text Example
Text Example
White with #BBC101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC101; }
p { color: rgb(187,193,1); }
H1.HeaderClassName
{
color: #BBC101;
}
.AnyTagClassName
{
color: #BBC101;
}
</style>
background-color css
<style>
a { background-color: #BBC101; }
a { background-color: rgb(187,193,1); }
div.DivClassName
{
background-color: #BBC101;
}
.BgClassName
{
background-color: #BBC101;
}
</style>
border-color css
<style>
span { border-color: #BBC101; }
span { border-color: rgb(187,193,1); }
td.TdClassName
{
border-color: #BBC101;
}
.TagClassName
{
border-color: #BBC101;
}
</style>