Shades of La Rioja #BED10C
Tints of La Rioja #BED10C
RGB
CMYK
RGB Variations
Color information
#BED10C (or 0xBED10C) is known color: La Rioja. HEX triplet: BE, D1 and 0C. RGB value is (190,209,12). Sum of RGB (Red+Green+Blue) = 190+209+12=411 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.23% from 411); Green value is 209 (82.03% from 255 or 50.85% from 411); Blue value is 12 (5.08% from 255 or 2.92% from 411); Max value from RGB is 209 - color contains mainly: green. Hex color #BED10C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BED10C is #412EF3. Grayscale: #B5B5B5. Windows color (decimal): -4271860 or 840126. OLE color: 840126.
HSL color Cylindrical-coordinate representation of color #BED10C: hue angle of 65.79º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BED10C is Cyan = 0.09, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 209 | 12 | - |
| CMYK | 0.09 | 0 | 0.94 | 0.18 |
| HSL | 65.79º | 0.89% | 0.43% | - |
| HSV(B) | 65.79º | 0.94% | 0.82% | - |
| XYZ | 44.1 | 56.57 | 8.94 | - |
| YUV | 180.86 | 32.71 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 209 | 12 | 0.09 | 0 | 0.94 | 0.18 | 65.79 | 0.89 | 0.43 |
| Hex | BE | D1 | C | 9 | 0 | 5E | 12 | 42 | 59 | 2B |
| Octal | 276 | 321 | 14 | 11 | 0 | 136 | 22 | 102 | 131 | 53 |
| Binary | 10111110 | 11010001 | 1100 | 1001 | 0 | 1011110 | 10010 | 1000010 | 1011001 | 101011 |
Color Harmonies of #BED10C
Complementary color
Monochromatic Colors of #BED10C
Black with #BED10C
Text Example
Text Example
White with #BED10C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED10C; }
p { color: rgb(190,209,12); }
H1.HeaderClassName
{
color: #BED10C;
}
.AnyTagClassName
{
color: #BED10C;
}
</style>
background-color css
<style>
a { background-color: #BED10C; }
a { background-color: rgb(190,209,12); }
div.DivClassName
{
background-color: #BED10C;
}
.BgClassName
{
background-color: #BED10C;
}
</style>
border-color css
<style>
span { border-color: #BED10C; }
span { border-color: rgb(190,209,12); }
td.TdClassName
{
border-color: #BED10C;
}
.TagClassName
{
border-color: #BED10C;
}
</style>