Shades of La Rioja #BECC0C
Tints of La Rioja #BECC0C
RGB
CMYK
RGB Variations
Color information
#BECC0C (or 0xBECC0C) is known color: La Rioja. HEX triplet: BE, CC and 0C. RGB value is (190,204,12). Sum of RGB (Red+Green+Blue) = 190+204+12=406 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.80% from 406); Green value is 204 (80.08% from 255 or 50.25% from 406); Blue value is 12 (5.08% from 255 or 2.96% from 406); Max value from RGB is 204 - color contains mainly: green. Hex color #BECC0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BECC0C is #4133F3. Grayscale: #B2B2B2. Windows color (decimal): -4273140 or 838846. OLE color: 838846.
HSL color Cylindrical-coordinate representation of color #BECC0C: hue angle of 64.38º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BECC0C is Cyan = 0.07, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 190 | 204 | 12 | - |
| CMYK | 0.07 | 0 | 0.94 | 0.2 |
| HSL | 64.38º | 0.89% | 0.42% | - |
| HSV(B) | 64.38º | 0.94% | 0.8% | - |
| XYZ | 42.89 | 54.16 | 8.54 | - |
| YUV | 177.93 | 34.36 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 204 | 12 | 0.07 | 0 | 0.94 | 0.2 | 64.38 | 0.89 | 0.42 |
| Hex | BE | CC | C | 7 | 0 | 5E | 14 | 40 | 59 | 2A |
| Octal | 276 | 314 | 14 | 7 | 0 | 136 | 24 | 100 | 131 | 52 |
| Binary | 10111110 | 11001100 | 1100 | 111 | 0 | 1011110 | 10100 | 1000000 | 1011001 | 101010 |
Color Harmonies of #BECC0C
Complementary color
Monochromatic Colors of #BECC0C
Black with #BECC0C
Text Example
Text Example
White with #BECC0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECC0C; }
p { color: rgb(190,204,12); }
H1.HeaderClassName
{
color: #BECC0C;
}
.AnyTagClassName
{
color: #BECC0C;
}
</style>
background-color css
<style>
a { background-color: #BECC0C; }
a { background-color: rgb(190,204,12); }
div.DivClassName
{
background-color: #BECC0C;
}
.BgClassName
{
background-color: #BECC0C;
}
</style>
border-color css
<style>
span { border-color: #BECC0C; }
span { border-color: rgb(190,204,12); }
td.TdClassName
{
border-color: #BECC0C;
}
.TagClassName
{
border-color: #BECC0C;
}
</style>