Shades of La Rioja #BBC811
Tints of La Rioja #BBC811
RGB
CMYK
RGB Variations
Color information
#BBC811 (or 0xBBC811) is known color: La Rioja. HEX triplet: BB, C8 and 11. RGB value is (187,200,17). Sum of RGB (Red+Green+Blue) = 187+200+17=404 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.29% from 404); Green value is 200 (78.52% from 255 or 49.50% from 404); Blue value is 17 (7.03% from 255 or 4.21% from 404); Max value from RGB is 200 - color contains mainly: green. Hex color #BBC811 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC811 is #4437EE. Grayscale: #AFAFAF. Windows color (decimal): -4470767 or 1165499. OLE color: 1165499.
HSL color Cylindrical-coordinate representation of color #BBC811: hue angle of 64.26º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BBC811 is Cyan = 0.06, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 200 | 17 | - |
| CMYK | 0.06 | 0 | 0.92 | 0.22 |
| HSL | 64.26º | 0.84% | 0.43% | - |
| HSV(B) | 64.26º | 0.92% | 0.78% | - |
| XYZ | 41.25 | 51.91 | 8.38 | - |
| YUV | 175.25 | 38.69 | 136.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 200 | 17 | 0.06 | 0 | 0.92 | 0.22 | 64.26 | 0.84 | 0.43 |
| Hex | BB | C8 | 11 | 6 | 0 | 5C | 16 | 40 | 54 | 2B |
| Octal | 273 | 310 | 21 | 6 | 0 | 134 | 26 | 100 | 124 | 53 |
| Binary | 10111011 | 11001000 | 10001 | 110 | 0 | 1011100 | 10110 | 1000000 | 1010100 | 101011 |
Color Harmonies of #BBC811
Complementary color
Monochromatic Colors of #BBC811
Black with #BBC811
Text Example
Text Example
White with #BBC811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC811; }
p { color: rgb(187,200,17); }
H1.HeaderClassName
{
color: #BBC811;
}
.AnyTagClassName
{
color: #BBC811;
}
</style>
background-color css
<style>
a { background-color: #BBC811; }
a { background-color: rgb(187,200,17); }
div.DivClassName
{
background-color: #BBC811;
}
.BgClassName
{
background-color: #BBC811;
}
</style>
border-color css
<style>
span { border-color: #BBC811; }
span { border-color: rgb(187,200,17); }
td.TdClassName
{
border-color: #BBC811;
}
.TagClassName
{
border-color: #BBC811;
}
</style>