Shades of La Rioja #BBD501
Tints of La Rioja #BBD501
RGB
CMYK
RGB Variations
Color information
#BBD501 (or 0xBBD501) is known color: La Rioja. HEX triplet: BB, D5 and 01. RGB value is (187,213,1). Sum of RGB (Red+Green+Blue) = 187+213+1=401 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.63% from 401); Green value is 213 (83.59% from 255 or 53.12% from 401); Blue value is 1 (0.78% from 255 or 0.25% from 401); Max value from RGB is 213 - color contains mainly: green. Hex color #BBD501 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBD501 is #442AFE. Grayscale: #B5B5B5. Windows color (decimal): -4467455 or 120251. OLE color: 120251.
HSL color Cylindrical-coordinate representation of color #BBD501: hue angle of 67.36º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BBD501 is Cyan = 0.12, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 213 | 1 | - |
| CMYK | 0.12 | 0 | 1.00 | 0.16 |
| HSL | 67.36º | 0.99% | 0.42% | - |
| HSV(B) | 67.36º | 1% | 0.84% | - |
| XYZ | 44.29 | 58.16 | 8.92 | - |
| YUV | 181.06 | 26.39 | 132.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 213 | 1 | 0.12 | 0 | 1.00 | 0.16 | 67.36 | 0.99 | 0.42 |
| Hex | BB | D5 | 1 | C | 0 | 64 | 10 | 43 | 63 | 2A |
| Octal | 273 | 325 | 1 | 14 | 0 | 144 | 20 | 103 | 143 | 52 |
| Binary | 10111011 | 11010101 | 1 | 1100 | 0 | 1100100 | 10000 | 1000011 | 1100011 | 101010 |
Color Harmonies of #BBD501
Complementary color
Monochromatic Colors of #BBD501
Black with #BBD501
Text Example
Text Example
White with #BBD501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD501; }
p { color: rgb(187,213,1); }
H1.HeaderClassName
{
color: #BBD501;
}
.AnyTagClassName
{
color: #BBD501;
}
</style>
background-color css
<style>
a { background-color: #BBD501; }
a { background-color: rgb(187,213,1); }
div.DivClassName
{
background-color: #BBD501;
}
.BgClassName
{
background-color: #BBD501;
}
</style>
border-color css
<style>
span { border-color: #BBD501; }
span { border-color: rgb(187,213,1); }
td.TdClassName
{
border-color: #BBD501;
}
.TagClassName
{
border-color: #BBD501;
}
</style>