Shades of La Rioja #BED200
Tints of La Rioja #BED200
RGB
CMYK
RGB Variations
Color information
#BED200 (or 0xBED200) is known color: La Rioja. HEX triplet: BE, D2 and 00. RGB value is (190,210,0). Sum of RGB (Red+Green+Blue) = 190+210+0=400 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.5% from 400); Green value is 210 (82.42% from 255 or 52.5% from 400); Blue value is 0 (0.39% from 255 or 0% from 400); Max value from RGB is 210 - color contains mainly: green. Hex color #BED200 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BED200 is #412DFF. Grayscale: #B4B4B4. Windows color (decimal): -4271616 or 53950. OLE color: 53950.
HSL color Cylindrical-coordinate representation of color #BED200: hue angle of 65.71º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BED200 is Cyan = 0.10, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 210 | 0 | - |
| CMYK | 0.10 | 0 | 1 | 0.18 |
| HSL | 65.71º | 1% | 0.41% | - |
| HSV(B) | 65.71º | 1% | 0.82% | - |
| XYZ | 44.28 | 57.04 | 8.68 | - |
| YUV | 180.08 | 26.37 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 210 | 0 | 0.10 | 0 | 1 | 0.18 | 65.71 | 1 | 0.41 |
| Hex | BE | D2 | 0 | A | 0 | 64 | 12 | 42 | 64 | 29 |
| Octal | 276 | 322 | 0 | 12 | 0 | 144 | 22 | 102 | 144 | 51 |
| Binary | 10111110 | 11010010 | 0 | 1010 | 0 | 1100100 | 10010 | 1000010 | 1100100 | 101001 |
Color Harmonies of #BED200
Complementary color
Monochromatic Colors of #BED200
Black with #BED200
Text Example
Text Example
White with #BED200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED200; }
p { color: rgb(190,210,0); }
H1.HeaderClassName
{
color: #BED200;
}
.AnyTagClassName
{
color: #BED200;
}
</style>
background-color css
<style>
a { background-color: #BED200; }
a { background-color: rgb(190,210,0); }
div.DivClassName
{
background-color: #BED200;
}
.BgClassName
{
background-color: #BED200;
}
</style>
border-color css
<style>
span { border-color: #BED200; }
span { border-color: rgb(190,210,0); }
td.TdClassName
{
border-color: #BED200;
}
.TagClassName
{
border-color: #BED200;
}
</style>