Shades of La Rioja #BBD200
Tints of La Rioja #BBD200
RGB
CMYK
RGB Variations
Color information
#BBD200 (or 0xBBD200) is known color: La Rioja. HEX triplet: BB, D2 and 00. RGB value is (187,210,0). Sum of RGB (Red+Green+Blue) = 187+210+0=397 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.10% from 397); Green value is 210 (82.42% from 255 or 52.90% from 397); Blue value is 0 (0.39% from 255 or 0% from 397); Max value from RGB is 210 - color contains mainly: green. Hex color #BBD200 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBD200 is #442DFF. Grayscale: #B4B4B4. Windows color (decimal): -4468224 or 53947. OLE color: 53947.
HSL color Cylindrical-coordinate representation of color #BBD200: hue angle of 66.57º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BBD200 is Cyan = 0.11, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 210 | 0 | - |
| CMYK | 0.11 | 0 | 1 | 0.18 |
| HSL | 66.57º | 1% | 0.41% | - |
| HSV(B) | 66.57º | 1% | 0.82% | - |
| XYZ | 43.54 | 56.66 | 8.64 | - |
| YUV | 179.18 | 26.88 | 133.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 210 | 0 | 0.11 | 0 | 1 | 0.18 | 66.57 | 1 | 0.41 |
| Hex | BB | D2 | 0 | B | 0 | 64 | 12 | 43 | 64 | 29 |
| Octal | 273 | 322 | 0 | 13 | 0 | 144 | 22 | 103 | 144 | 51 |
| Binary | 10111011 | 11010010 | 0 | 1011 | 0 | 1100100 | 10010 | 1000011 | 1100100 | 101001 |
Color Harmonies of #BBD200
Complementary color
Monochromatic Colors of #BBD200
Black with #BBD200
Text Example
Text Example
White with #BBD200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD200; }
p { color: rgb(187,210,0); }
H1.HeaderClassName
{
color: #BBD200;
}
.AnyTagClassName
{
color: #BBD200;
}
</style>
background-color css
<style>
a { background-color: #BBD200; }
a { background-color: rgb(187,210,0); }
div.DivClassName
{
background-color: #BBD200;
}
.BgClassName
{
background-color: #BBD200;
}
</style>
border-color css
<style>
span { border-color: #BBD200; }
span { border-color: rgb(187,210,0); }
td.TdClassName
{
border-color: #BBD200;
}
.TagClassName
{
border-color: #BBD200;
}
</style>