Shades of La Rioja #BBBF00
Tints of La Rioja #BBBF00
RGB
CMYK
RGB Variations
Color information
#BBBF00 (or 0xBBBF00) is known color: La Rioja. HEX triplet: BB, BF and 00. RGB value is (187,191,0). Sum of RGB (Red+Green+Blue) = 187+191+0=378 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.47% from 378); Green value is 191 (75% from 255 or 50.53% from 378); Blue value is 0 (0.39% from 255 or 0% from 378); Max value from RGB is 191 - color contains mainly: green. Hex color #BBBF00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBBF00 is #4440FF. Grayscale: #A8A8A8. Windows color (decimal): -4473088 or 49083. OLE color: 49083.
HSL color Cylindrical-coordinate representation of color #BBBF00: hue angle of 61.26º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BBBF00 is Cyan = 0.02, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 191 | 0 | - |
| CMYK | 0.02 | 0 | 1 | 0.25 |
| HSL | 61.26º | 1% | 0.37% | - |
| HSV(B) | 61.26º | 1% | 0.75% | - |
| XYZ | 39.12 | 47.83 | 7.17 | - |
| YUV | 168.03 | 33.17 | 141.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 191 | 0 | 0.02 | 0 | 1 | 0.25 | 61.26 | 1 | 0.37 |
| Hex | BB | BF | 0 | 2 | 0 | 64 | 19 | 3D | 64 | 25 |
| Octal | 273 | 277 | 0 | 2 | 0 | 144 | 31 | 75 | 144 | 45 |
| Binary | 10111011 | 10111111 | 0 | 10 | 0 | 1100100 | 11001 | 111101 | 1100100 | 100101 |
Color Harmonies of #BBBF00
Complementary color
Monochromatic Colors of #BBBF00
Black with #BBBF00
Text Example
Text Example
White with #BBBF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBF00; }
p { color: rgb(187,191,0); }
H1.HeaderClassName
{
color: #BBBF00;
}
.AnyTagClassName
{
color: #BBBF00;
}
</style>
background-color css
<style>
a { background-color: #BBBF00; }
a { background-color: rgb(187,191,0); }
div.DivClassName
{
background-color: #BBBF00;
}
.BgClassName
{
background-color: #BBBF00;
}
</style>
border-color css
<style>
span { border-color: #BBBF00; }
span { border-color: rgb(187,191,0); }
td.TdClassName
{
border-color: #BBBF00;
}
.TagClassName
{
border-color: #BBBF00;
}
</style>