Shades of La Rioja #BBD101
Tints of La Rioja #BBD101
RGB
CMYK
RGB Variations
Color information
#BBD101 (or 0xBBD101) is known color: La Rioja. HEX triplet: BB, D1 and 01. RGB value is (187,209,1). Sum of RGB (Red+Green+Blue) = 187+209+1=397 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.10% from 397); Green value is 209 (82.03% from 255 or 52.64% from 397); Blue value is 1 (0.78% from 255 or 0.25% from 397); Max value from RGB is 209 - color contains mainly: green. Hex color #BBD101 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBD101 is #442EFE. Grayscale: #B3B3B3. Windows color (decimal): -4468479 or 119227. OLE color: 119227.
HSL color Cylindrical-coordinate representation of color #BBD101: hue angle of 66.35º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BBD101 is Cyan = 0.11, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 209 | 1 | - |
| CMYK | 0.11 | 0 | 1.00 | 0.18 |
| HSL | 66.35º | 0.99% | 0.41% | - |
| HSV(B) | 66.35º | 1% | 0.82% | - |
| XYZ | 43.3 | 56.17 | 8.59 | - |
| YUV | 178.71 | 27.71 | 133.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 209 | 1 | 0.11 | 0 | 1.00 | 0.18 | 66.35 | 0.99 | 0.41 |
| Hex | BB | D1 | 1 | B | 0 | 64 | 12 | 42 | 63 | 29 |
| Octal | 273 | 321 | 1 | 13 | 0 | 144 | 22 | 102 | 143 | 51 |
| Binary | 10111011 | 11010001 | 1 | 1011 | 0 | 1100100 | 10010 | 1000010 | 1100011 | 101001 |
Color Harmonies of #BBD101
Complementary color
Monochromatic Colors of #BBD101
Black with #BBD101
Text Example
Text Example
White with #BBD101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD101; }
p { color: rgb(187,209,1); }
H1.HeaderClassName
{
color: #BBD101;
}
.AnyTagClassName
{
color: #BBD101;
}
</style>
background-color css
<style>
a { background-color: #BBD101; }
a { background-color: rgb(187,209,1); }
div.DivClassName
{
background-color: #BBD101;
}
.BgClassName
{
background-color: #BBD101;
}
</style>
border-color css
<style>
span { border-color: #BBD101; }
span { border-color: rgb(187,209,1); }
td.TdClassName
{
border-color: #BBD101;
}
.TagClassName
{
border-color: #BBD101;
}
</style>