Shades of La Rioja #BECC0E
Tints of La Rioja #BECC0E
RGB
CMYK
RGB Variations
Color information
#BECC0E (or 0xBECC0E) is known color: La Rioja. HEX triplet: BE, CC and 0E. RGB value is (190,204,14). Sum of RGB (Red+Green+Blue) = 190+204+14=408 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.57% from 408); Green value is 204 (80.08% from 255 or 50% from 408); Blue value is 14 (5.86% from 255 or 3.43% from 408); Max value from RGB is 204 - color contains mainly: green. Hex color #BECC0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BECC0E is #4133F1. Grayscale: #B2B2B2. Windows color (decimal): -4273138 or 969918. OLE color: 969918.
HSL color Cylindrical-coordinate representation of color #BECC0E: hue angle of 64.42º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BECC0E is Cyan = 0.07, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 190 | 204 | 14 | - |
| CMYK | 0.07 | 0 | 0.93 | 0.2 |
| HSL | 64.42º | 0.87% | 0.43% | - |
| HSV(B) | 64.42º | 0.93% | 0.8% | - |
| XYZ | 42.91 | 54.16 | 8.61 | - |
| YUV | 178.15 | 35.36 | 136.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 204 | 14 | 0.07 | 0 | 0.93 | 0.2 | 64.42 | 0.87 | 0.43 |
| Hex | BE | CC | E | 7 | 0 | 5D | 14 | 40 | 57 | 2B |
| Octal | 276 | 314 | 16 | 7 | 0 | 135 | 24 | 100 | 127 | 53 |
| Binary | 10111110 | 11001100 | 1110 | 111 | 0 | 1011101 | 10100 | 1000000 | 1010111 | 101011 |
Color Harmonies of #BECC0E
Complementary color
Monochromatic Colors of #BECC0E
Black with #BECC0E
Text Example
Text Example
White with #BECC0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECC0E; }
p { color: rgb(190,204,14); }
H1.HeaderClassName
{
color: #BECC0E;
}
.AnyTagClassName
{
color: #BECC0E;
}
</style>
background-color css
<style>
a { background-color: #BECC0E; }
a { background-color: rgb(190,204,14); }
div.DivClassName
{
background-color: #BECC0E;
}
.BgClassName
{
background-color: #BECC0E;
}
</style>
border-color css
<style>
span { border-color: #BECC0E; }
span { border-color: rgb(190,204,14); }
td.TdClassName
{
border-color: #BECC0E;
}
.TagClassName
{
border-color: #BECC0E;
}
</style>