Shades of La Rioja #BED300
Tints of La Rioja #BED300
RGB
CMYK
RGB Variations
Color information
#BED300 (or 0xBED300) is known color: La Rioja. HEX triplet: BE, D3 and 00. RGB value is (190,211,0). Sum of RGB (Red+Green+Blue) = 190+211+0=401 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.38% from 401); Green value is 211 (82.81% from 255 or 52.62% from 401); Blue value is 0 (0.39% from 255 or 0% from 401); Max value from RGB is 211 - color contains mainly: green. Hex color #BED300 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BED300 is #412CFF. Grayscale: #B5B5B5. Windows color (decimal): -4271360 or 54206. OLE color: 54206.
HSL color Cylindrical-coordinate representation of color #BED300: hue angle of 65.97º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BED300 is Cyan = 0.10, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 190 | 211 | 0 | - |
| CMYK | 0.10 | 0 | 1 | 0.17 |
| HSL | 65.97º | 1% | 0.41% | - |
| HSV(B) | 65.97º | 1% | 0.83% | - |
| XYZ | 44.53 | 57.54 | 8.76 | - |
| YUV | 180.67 | 26.04 | 134.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 211 | 0 | 0.10 | 0 | 1 | 0.17 | 65.97 | 1 | 0.41 |
| Hex | BE | D3 | 0 | A | 0 | 64 | 11 | 42 | 64 | 29 |
| Octal | 276 | 323 | 0 | 12 | 0 | 144 | 21 | 102 | 144 | 51 |
| Binary | 10111110 | 11010011 | 0 | 1010 | 0 | 1100100 | 10001 | 1000010 | 1100100 | 101001 |
Color Harmonies of #BED300
Complementary color
Monochromatic Colors of #BED300
Black with #BED300
Text Example
Text Example
White with #BED300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED300; }
p { color: rgb(190,211,0); }
H1.HeaderClassName
{
color: #BED300;
}
.AnyTagClassName
{
color: #BED300;
}
</style>
background-color css
<style>
a { background-color: #BED300; }
a { background-color: rgb(190,211,0); }
div.DivClassName
{
background-color: #BED300;
}
.BgClassName
{
background-color: #BED300;
}
</style>
border-color css
<style>
span { border-color: #BED300; }
span { border-color: rgb(190,211,0); }
td.TdClassName
{
border-color: #BED300;
}
.TagClassName
{
border-color: #BED300;
}
</style>