Shades of La Rioja #BECE04
Tints of La Rioja #BECE04
RGB
CMYK
RGB Variations
Color information
#BECE04 (or 0xBECE04) is known color: La Rioja. HEX triplet: BE, CE and 04. RGB value is (190,206,4). Sum of RGB (Red+Green+Blue) = 190+206+4=400 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.5% from 400); Green value is 206 (80.86% from 255 or 51.5% from 400); Blue value is 4 (1.95% from 255 or 1% from 400); Max value from RGB is 206 - color contains mainly: green. Hex color #BECE04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BECE04 is #4131FB. Grayscale: #B2B2B2. Windows color (decimal): -4272636 or 315070. OLE color: 315070.
HSL color Cylindrical-coordinate representation of color #BECE04: hue angle of 64.75º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BECE04 is Cyan = 0.08, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 206 | 4 | - |
| CMYK | 0.08 | 0 | 0.98 | 0.19 |
| HSL | 64.75º | 0.96% | 0.41% | - |
| HSV(B) | 64.75º | 0.98% | 0.81% | - |
| XYZ | 43.33 | 55.1 | 8.47 | - |
| YUV | 178.19 | 29.7 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 206 | 4 | 0.08 | 0 | 0.98 | 0.19 | 64.75 | 0.96 | 0.41 |
| Hex | BE | CE | 4 | 8 | 0 | 62 | 13 | 41 | 60 | 29 |
| Octal | 276 | 316 | 4 | 10 | 0 | 142 | 23 | 101 | 140 | 51 |
| Binary | 10111110 | 11001110 | 100 | 1000 | 0 | 1100010 | 10011 | 1000001 | 1100000 | 101001 |
Color Harmonies of #BECE04
Complementary color
Monochromatic Colors of #BECE04
Black with #BECE04
Text Example
Text Example
White with #BECE04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECE04; }
p { color: rgb(190,206,4); }
H1.HeaderClassName
{
color: #BECE04;
}
.AnyTagClassName
{
color: #BECE04;
}
</style>
background-color css
<style>
a { background-color: #BECE04; }
a { background-color: rgb(190,206,4); }
div.DivClassName
{
background-color: #BECE04;
}
.BgClassName
{
background-color: #BECE04;
}
</style>
border-color css
<style>
span { border-color: #BECE04; }
span { border-color: rgb(190,206,4); }
td.TdClassName
{
border-color: #BECE04;
}
.TagClassName
{
border-color: #BECE04;
}
</style>