Shades of La Rioja #BECD0C
Tints of La Rioja #BECD0C
RGB
CMYK
RGB Variations
Color information
#BECD0C (or 0xBECD0C) is known color: La Rioja. HEX triplet: BE, CD and 0C. RGB value is (190,205,12). Sum of RGB (Red+Green+Blue) = 190+205+12=407 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.68% from 407); Green value is 205 (80.47% from 255 or 50.37% from 407); Blue value is 12 (5.08% from 255 or 2.95% from 407); Max value from RGB is 205 - color contains mainly: green. Hex color #BECD0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BECD0C is #4132F3. Grayscale: #B3B3B3. Windows color (decimal): -4272884 or 839102. OLE color: 839102.
HSL color Cylindrical-coordinate representation of color #BECD0C: hue angle of 64.66º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BECD0C is Cyan = 0.07, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 190 | 205 | 12 | - |
| CMYK | 0.07 | 0 | 0.94 | 0.20 |
| HSL | 64.66º | 0.89% | 0.43% | - |
| HSV(B) | 64.66º | 0.94% | 0.8% | - |
| XYZ | 43.13 | 54.64 | 8.62 | - |
| YUV | 178.51 | 34.03 | 136.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 205 | 12 | 0.07 | 0 | 0.94 | 0.20 | 64.66 | 0.89 | 0.43 |
| Hex | BE | CD | C | 7 | 0 | 5E | 14 | 41 | 59 | 2B |
| Octal | 276 | 315 | 14 | 7 | 0 | 136 | 24 | 101 | 131 | 53 |
| Binary | 10111110 | 11001101 | 1100 | 111 | 0 | 1011110 | 10100 | 1000001 | 1011001 | 101011 |
Color Harmonies of #BECD0C
Complementary color
Monochromatic Colors of #BECD0C
Black with #BECD0C
Text Example
Text Example
White with #BECD0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECD0C; }
p { color: rgb(190,205,12); }
H1.HeaderClassName
{
color: #BECD0C;
}
.AnyTagClassName
{
color: #BECD0C;
}
</style>
background-color css
<style>
a { background-color: #BECD0C; }
a { background-color: rgb(190,205,12); }
div.DivClassName
{
background-color: #BECD0C;
}
.BgClassName
{
background-color: #BECD0C;
}
</style>
border-color css
<style>
span { border-color: #BECD0C; }
span { border-color: rgb(190,205,12); }
td.TdClassName
{
border-color: #BECD0C;
}
.TagClassName
{
border-color: #BECD0C;
}
</style>