Shades of La Rioja #BBD001
Tints of La Rioja #BBD001
RGB
CMYK
RGB Variations
Color information
#BBD001 (or 0xBBD001) is known color: La Rioja. HEX triplet: BB, D0 and 01. RGB value is (187,208,1). Sum of RGB (Red+Green+Blue) = 187+208+1=396 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.22% from 396); Green value is 208 (81.64% from 255 or 52.53% from 396); Blue value is 1 (0.78% from 255 or 0.25% from 396); Max value from RGB is 208 - color contains mainly: green. Hex color #BBD001 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBD001 is #442FFE. Grayscale: #B2B2B2. Windows color (decimal): -4468735 or 118971. OLE color: 118971.
HSL color Cylindrical-coordinate representation of color #BBD001: hue angle of 66.09º 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 #BBD001 is Cyan = 0.10, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 208 | 1 | - |
| CMYK | 0.10 | 0 | 1.00 | 0.18 |
| HSL | 66.09º | 0.99% | 0.41% | - |
| HSV(B) | 66.09º | 1% | 0.82% | - |
| XYZ | 43.05 | 55.68 | 8.51 | - |
| YUV | 178.12 | 28.04 | 134.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 208 | 1 | 0.10 | 0 | 1.00 | 0.18 | 66.09 | 0.99 | 0.41 |
| Hex | BB | D0 | 1 | A | 0 | 64 | 12 | 42 | 63 | 29 |
| Octal | 273 | 320 | 1 | 12 | 0 | 144 | 22 | 102 | 143 | 51 |
| Binary | 10111011 | 11010000 | 1 | 1010 | 0 | 1100100 | 10010 | 1000010 | 1100011 | 101001 |
Color Harmonies of #BBD001
Complementary color
Monochromatic Colors of #BBD001
Black with #BBD001
Text Example
Text Example
White with #BBD001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD001; }
p { color: rgb(187,208,1); }
H1.HeaderClassName
{
color: #BBD001;
}
.AnyTagClassName
{
color: #BBD001;
}
</style>
background-color css
<style>
a { background-color: #BBD001; }
a { background-color: rgb(187,208,1); }
div.DivClassName
{
background-color: #BBD001;
}
.BgClassName
{
background-color: #BBD001;
}
</style>
border-color css
<style>
span { border-color: #BBD001; }
span { border-color: rgb(187,208,1); }
td.TdClassName
{
border-color: #BBD001;
}
.TagClassName
{
border-color: #BBD001;
}
</style>