Shades of La Rioja #BBC202
Tints of La Rioja #BBC202
RGB
CMYK
RGB Variations
Color information
#BBC202 (or 0xBBC202) is known color: La Rioja. HEX triplet: BB, C2 and 02. RGB value is (187,194,2). Sum of RGB (Red+Green+Blue) = 187+194+2=383 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.83% from 383); Green value is 194 (76.17% from 255 or 50.65% from 383); Blue value is 2 (1.17% from 255 or 0.52% from 383); Max value from RGB is 194 - color contains mainly: green. Hex color #BBC202 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC202 is #443DFD. Grayscale: #AAAAAA. Windows color (decimal): -4472318 or 180923. OLE color: 180923.
HSL color Cylindrical-coordinate representation of color #BBC202: hue angle of 62.19º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BBC202 is Cyan = 0.04, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 194 | 2 | - |
| CMYK | 0.04 | 0 | 0.99 | 0.24 |
| HSL | 62.19º | 0.98% | 0.38% | - |
| HSV(B) | 62.19º | 0.99% | 0.76% | - |
| XYZ | 39.8 | 49.15 | 7.45 | - |
| YUV | 170.02 | 33.18 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 194 | 2 | 0.04 | 0 | 0.99 | 0.24 | 62.19 | 0.98 | 0.38 |
| Hex | BB | C2 | 2 | 4 | 0 | 63 | 18 | 3E | 62 | 26 |
| Octal | 273 | 302 | 2 | 4 | 0 | 143 | 30 | 76 | 142 | 46 |
| Binary | 10111011 | 11000010 | 10 | 100 | 0 | 1100011 | 11000 | 111110 | 1100010 | 100110 |
Color Harmonies of #BBC202
Complementary color
Monochromatic Colors of #BBC202
Black with #BBC202
Text Example
Text Example
White with #BBC202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC202; }
p { color: rgb(187,194,2); }
H1.HeaderClassName
{
color: #BBC202;
}
.AnyTagClassName
{
color: #BBC202;
}
</style>
background-color css
<style>
a { background-color: #BBC202; }
a { background-color: rgb(187,194,2); }
div.DivClassName
{
background-color: #BBC202;
}
.BgClassName
{
background-color: #BBC202;
}
</style>
border-color css
<style>
span { border-color: #BBC202; }
span { border-color: rgb(187,194,2); }
td.TdClassName
{
border-color: #BBC202;
}
.TagClassName
{
border-color: #BBC202;
}
</style>