Shades of La Rioja #BED700
Tints of La Rioja #BED700
RGB
CMYK
RGB Variations
Color information
#BED700 (or 0xBED700) is known color: La Rioja. HEX triplet: BE, D7 and 00. RGB value is (190,215,0). Sum of RGB (Red+Green+Blue) = 190+215+0=405 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.91% from 405); Green value is 215 (84.38% from 255 or 53.09% from 405); Blue value is 0 (0.39% from 255 or 0% from 405); Max value from RGB is 215 - color contains mainly: green. Hex color #BED700 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BED700 is #4128FF. Grayscale: #B7B7B7. Windows color (decimal): -4270336 or 55230. OLE color: 55230.
HSL color Cylindrical-coordinate representation of color #BED700: hue angle of 66.98º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BED700 is Cyan = 0.12, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 215 | 0 | - |
| CMYK | 0.12 | 0 | 1 | 0.16 |
| HSL | 66.98º | 1% | 0.42% | - |
| HSV(B) | 66.98º | 1% | 0.84% | - |
| XYZ | 45.54 | 59.55 | 9.09 | - |
| YUV | 183.02 | 24.72 | 132.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 215 | 0 | 0.12 | 0 | 1 | 0.16 | 66.98 | 1 | 0.42 |
| Hex | BE | D7 | 0 | C | 0 | 64 | 10 | 43 | 64 | 2A |
| Octal | 276 | 327 | 0 | 14 | 0 | 144 | 20 | 103 | 144 | 52 |
| Binary | 10111110 | 11010111 | 0 | 1100 | 0 | 1100100 | 10000 | 1000011 | 1100100 | 101010 |
Color Harmonies of #BED700
Complementary color
Monochromatic Colors of #BED700
Black with #BED700
Text Example
Text Example
White with #BED700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED700; }
p { color: rgb(190,215,0); }
H1.HeaderClassName
{
color: #BED700;
}
.AnyTagClassName
{
color: #BED700;
}
</style>
background-color css
<style>
a { background-color: #BED700; }
a { background-color: rgb(190,215,0); }
div.DivClassName
{
background-color: #BED700;
}
.BgClassName
{
background-color: #BED700;
}
</style>
border-color css
<style>
span { border-color: #BED700; }
span { border-color: rgb(190,215,0); }
td.TdClassName
{
border-color: #BED700;
}
.TagClassName
{
border-color: #BED700;
}
</style>