Shades of La Rioja #BECC04
Tints of La Rioja #BECC04
RGB
CMYK
RGB Variations
Color information
#BECC04 (or 0xBECC04) is known color: La Rioja. HEX triplet: BE, CC and 04. RGB value is (190,204,4). Sum of RGB (Red+Green+Blue) = 190+204+4=398 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.74% from 398); Green value is 204 (80.08% from 255 or 51.26% from 398); Blue value is 4 (1.95% from 255 or 1.01% from 398); Max value from RGB is 204 - color contains mainly: green. Hex color #BECC04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BECC04 is #4133FB. Grayscale: #B1B1B1. Windows color (decimal): -4273148 or 314558. OLE color: 314558.
HSL color Cylindrical-coordinate representation of color #BECC04: hue angle of 64.2º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BECC04 is Cyan = 0.07, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 190 | 204 | 4 | - |
| CMYK | 0.07 | 0 | 0.98 | 0.2 |
| HSL | 64.2º | 0.96% | 0.41% | - |
| HSV(B) | 64.2º | 0.98% | 0.8% | - |
| XYZ | 42.85 | 54.14 | 8.31 | - |
| YUV | 177.01 | 30.36 | 137.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 204 | 4 | 0.07 | 0 | 0.98 | 0.2 | 64.2 | 0.96 | 0.41 |
| Hex | BE | CC | 4 | 7 | 0 | 62 | 14 | 40 | 60 | 29 |
| Octal | 276 | 314 | 4 | 7 | 0 | 142 | 24 | 100 | 140 | 51 |
| Binary | 10111110 | 11001100 | 100 | 111 | 0 | 1100010 | 10100 | 1000000 | 1100000 | 101001 |
Color Harmonies of #BECC04
Complementary color
Monochromatic Colors of #BECC04
Black with #BECC04
Text Example
Text Example
White with #BECC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECC04; }
p { color: rgb(190,204,4); }
H1.HeaderClassName
{
color: #BECC04;
}
.AnyTagClassName
{
color: #BECC04;
}
</style>
background-color css
<style>
a { background-color: #BECC04; }
a { background-color: rgb(190,204,4); }
div.DivClassName
{
background-color: #BECC04;
}
.BgClassName
{
background-color: #BECC04;
}
</style>
border-color css
<style>
span { border-color: #BECC04; }
span { border-color: rgb(190,204,4); }
td.TdClassName
{
border-color: #BECC04;
}
.TagClassName
{
border-color: #BECC04;
}
</style>