Shades of La Rioja #BEBF00
Tints of La Rioja #BEBF00
RGB
CMYK
RGB Variations
Color information
#BEBF00 (or 0xBEBF00) is known color: La Rioja. HEX triplet: BE, BF and 00. RGB value is (190,191,0). Sum of RGB (Red+Green+Blue) = 190+191+0=381 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.87% from 381); Green value is 191 (75% from 255 or 50.13% from 381); Blue value is 0 (0.39% from 255 or 0% from 381); Max value from RGB is 191 - color contains mainly: green. Hex color #BEBF00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEBF00 is #4140FF. Grayscale: #A9A9A9. Windows color (decimal): -4276480 or 49086. OLE color: 49086.
HSL color Cylindrical-coordinate representation of color #BEBF00: hue angle of 60.31º 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 #BEBF00 is Cyan = 0.01, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 191 | 0 | - |
| CMYK | 0.01 | 0 | 1 | 0.25 |
| HSL | 60.31º | 1% | 0.37% | - |
| HSV(B) | 60.31º | 1% | 0.75% | - |
| XYZ | 39.87 | 48.21 | 7.2 | - |
| YUV | 168.93 | 32.67 | 143.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 191 | 0 | 0.01 | 0 | 1 | 0.25 | 60.31 | 1 | 0.37 |
| Hex | BE | BF | 0 | 1 | 0 | 64 | 19 | 3C | 64 | 25 |
| Octal | 276 | 277 | 0 | 1 | 0 | 144 | 31 | 74 | 144 | 45 |
| Binary | 10111110 | 10111111 | 0 | 1 | 0 | 1100100 | 11001 | 111100 | 1100100 | 100101 |
Color Harmonies of #BEBF00
Complementary color
Monochromatic Colors of #BEBF00
Black with #BEBF00
Text Example
Text Example
White with #BEBF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBF00; }
p { color: rgb(190,191,0); }
H1.HeaderClassName
{
color: #BEBF00;
}
.AnyTagClassName
{
color: #BEBF00;
}
</style>
background-color css
<style>
a { background-color: #BEBF00; }
a { background-color: rgb(190,191,0); }
div.DivClassName
{
background-color: #BEBF00;
}
.BgClassName
{
background-color: #BEBF00;
}
</style>
border-color css
<style>
span { border-color: #BEBF00; }
span { border-color: rgb(190,191,0); }
td.TdClassName
{
border-color: #BEBF00;
}
.TagClassName
{
border-color: #BEBF00;
}
</style>