Shades of La Rioja #BBD203
Tints of La Rioja #BBD203
RGB
CMYK
RGB Variations
Color information
#BBD203 (or 0xBBD203) is known color: La Rioja. HEX triplet: BB, D2 and 03. RGB value is (187,210,3). Sum of RGB (Red+Green+Blue) = 187+210+3=400 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.75% from 400); Green value is 210 (82.42% from 255 or 52.5% from 400); Blue value is 3 (1.56% from 255 or 0.75% from 400); Max value from RGB is 210 - color contains mainly: green. Hex color #BBD203 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBD203 is #442DFC. Grayscale: #B4B4B4. Windows color (decimal): -4468221 or 250555. OLE color: 250555.
HSL color Cylindrical-coordinate representation of color #BBD203: hue angle of 66.67º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BBD203 is Cyan = 0.11, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 210 | 3 | - |
| CMYK | 0.11 | 0 | 0.99 | 0.18 |
| HSL | 66.67º | 0.97% | 0.42% | - |
| HSV(B) | 66.67º | 0.99% | 0.82% | - |
| XYZ | 43.56 | 56.66 | 8.73 | - |
| YUV | 179.53 | 28.38 | 133.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 210 | 3 | 0.11 | 0 | 0.99 | 0.18 | 66.67 | 0.97 | 0.42 |
| Hex | BB | D2 | 3 | B | 0 | 63 | 12 | 43 | 61 | 2A |
| Octal | 273 | 322 | 3 | 13 | 0 | 143 | 22 | 103 | 141 | 52 |
| Binary | 10111011 | 11010010 | 11 | 1011 | 0 | 1100011 | 10010 | 1000011 | 1100001 | 101010 |
Color Harmonies of #BBD203
Complementary color
Monochromatic Colors of #BBD203
Black with #BBD203
Text Example
Text Example
White with #BBD203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD203; }
p { color: rgb(187,210,3); }
H1.HeaderClassName
{
color: #BBD203;
}
.AnyTagClassName
{
color: #BBD203;
}
</style>
background-color css
<style>
a { background-color: #BBD203; }
a { background-color: rgb(187,210,3); }
div.DivClassName
{
background-color: #BBD203;
}
.BgClassName
{
background-color: #BBD203;
}
</style>
border-color css
<style>
span { border-color: #BBD203; }
span { border-color: rgb(187,210,3); }
td.TdClassName
{
border-color: #BBD203;
}
.TagClassName
{
border-color: #BBD203;
}
</style>