Shades of La Rioja #BECF0C
Tints of La Rioja #BECF0C
RGB
CMYK
RGB Variations
Color information
#BECF0C (or 0xBECF0C) is known color: La Rioja. HEX triplet: BE, CF and 0C. RGB value is (190,207,12). Sum of RGB (Red+Green+Blue) = 190+207+12=409 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.45% from 409); Green value is 207 (81.25% from 255 or 50.61% from 409); Blue value is 12 (5.08% from 255 or 2.93% from 409); Max value from RGB is 207 - color contains mainly: green. Hex color #BECF0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BECF0C is #4130F3. Grayscale: #B4B4B4. Windows color (decimal): -4272372 or 839614. OLE color: 839614.
HSL color Cylindrical-coordinate representation of color #BECF0C: hue angle of 65.23º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BECF0C is Cyan = 0.08, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 207 | 12 | - |
| CMYK | 0.08 | 0 | 0.94 | 0.19 |
| HSL | 65.23º | 0.89% | 0.43% | - |
| HSV(B) | 65.23º | 0.94% | 0.81% | - |
| XYZ | 43.61 | 55.6 | 8.78 | - |
| YUV | 179.69 | 33.37 | 135.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 207 | 12 | 0.08 | 0 | 0.94 | 0.19 | 65.23 | 0.89 | 0.43 |
| Hex | BE | CF | C | 8 | 0 | 5E | 13 | 41 | 59 | 2B |
| Octal | 276 | 317 | 14 | 10 | 0 | 136 | 23 | 101 | 131 | 53 |
| Binary | 10111110 | 11001111 | 1100 | 1000 | 0 | 1011110 | 10011 | 1000001 | 1011001 | 101011 |
Color Harmonies of #BECF0C
Complementary color
Monochromatic Colors of #BECF0C
Black with #BECF0C
Text Example
Text Example
White with #BECF0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECF0C; }
p { color: rgb(190,207,12); }
H1.HeaderClassName
{
color: #BECF0C;
}
.AnyTagClassName
{
color: #BECF0C;
}
</style>
background-color css
<style>
a { background-color: #BECF0C; }
a { background-color: rgb(190,207,12); }
div.DivClassName
{
background-color: #BECF0C;
}
.BgClassName
{
background-color: #BECF0C;
}
</style>
border-color css
<style>
span { border-color: #BECF0C; }
span { border-color: rgb(190,207,12); }
td.TdClassName
{
border-color: #BECF0C;
}
.TagClassName
{
border-color: #BECF0C;
}
</style>