Shades of La Rioja #BED20C
Tints of La Rioja #BED20C
RGB
CMYK
RGB Variations
Color information
#BED20C (or 0xBED20C) is known color: La Rioja. HEX triplet: BE, D2 and 0C. RGB value is (190,210,12). Sum of RGB (Red+Green+Blue) = 190+210+12=412 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.12% from 412); Green value is 210 (82.42% from 255 or 50.97% from 412); Blue value is 12 (5.08% from 255 or 2.91% from 412); Max value from RGB is 210 - color contains mainly: green. Hex color #BED20C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BED20C is #412DF3. Grayscale: #B6B6B6. Windows color (decimal): -4271604 or 840382. OLE color: 840382.
HSL color Cylindrical-coordinate representation of color #BED20C: hue angle of 66.06º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BED20C is Cyan = 0.10, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 210 | 12 | - |
| CMYK | 0.10 | 0 | 0.94 | 0.18 |
| HSL | 66.06º | 0.89% | 0.44% | - |
| HSV(B) | 66.06º | 0.94% | 0.82% | - |
| XYZ | 44.35 | 57.07 | 9.03 | - |
| YUV | 181.45 | 32.37 | 134.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 210 | 12 | 0.10 | 0 | 0.94 | 0.18 | 66.06 | 0.89 | 0.44 |
| Hex | BE | D2 | C | A | 0 | 5E | 12 | 42 | 59 | 2C |
| Octal | 276 | 322 | 14 | 12 | 0 | 136 | 22 | 102 | 131 | 54 |
| Binary | 10111110 | 11010010 | 1100 | 1010 | 0 | 1011110 | 10010 | 1000010 | 1011001 | 101100 |
Color Harmonies of #BED20C
Complementary color
Monochromatic Colors of #BED20C
Black with #BED20C
Text Example
Text Example
White with #BED20C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED20C; }
p { color: rgb(190,210,12); }
H1.HeaderClassName
{
color: #BED20C;
}
.AnyTagClassName
{
color: #BED20C;
}
</style>
background-color css
<style>
a { background-color: #BED20C; }
a { background-color: rgb(190,210,12); }
div.DivClassName
{
background-color: #BED20C;
}
.BgClassName
{
background-color: #BED20C;
}
</style>
border-color css
<style>
span { border-color: #BED20C; }
span { border-color: rgb(190,210,12); }
td.TdClassName
{
border-color: #BED20C;
}
.TagClassName
{
border-color: #BED20C;
}
</style>