Shades of La Rioja #BECF04
Tints of La Rioja #BECF04
RGB
CMYK
RGB Variations
Color information
#BECF04 (or 0xBECF04) is known color: La Rioja. HEX triplet: BE, CF and 04. RGB value is (190,207,4). Sum of RGB (Red+Green+Blue) = 190+207+4=401 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.38% from 401); Green value is 207 (81.25% from 255 or 51.62% from 401); Blue value is 4 (1.95% from 255 or 1.00% from 401); Max value from RGB is 207 - color contains mainly: green. Hex color #BECF04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BECF04 is #4130FB. Grayscale: #B3B3B3. Windows color (decimal): -4272380 or 315326. OLE color: 315326.
HSL color Cylindrical-coordinate representation of color #BECF04: hue angle of 65.02º 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 #BECF04 is Cyan = 0.08, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 207 | 4 | - |
| CMYK | 0.08 | 0 | 0.98 | 0.19 |
| HSL | 65.02º | 0.96% | 0.41% | - |
| HSV(B) | 65.02º | 0.98% | 0.81% | - |
| XYZ | 43.57 | 55.58 | 8.55 | - |
| YUV | 178.78 | 29.37 | 136.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 207 | 4 | 0.08 | 0 | 0.98 | 0.19 | 65.02 | 0.96 | 0.41 |
| Hex | BE | CF | 4 | 8 | 0 | 62 | 13 | 41 | 60 | 29 |
| Octal | 276 | 317 | 4 | 10 | 0 | 142 | 23 | 101 | 140 | 51 |
| Binary | 10111110 | 11001111 | 100 | 1000 | 0 | 1100010 | 10011 | 1000001 | 1100000 | 101001 |
Color Harmonies of #BECF04
Complementary color
Monochromatic Colors of #BECF04
Black with #BECF04
Text Example
Text Example
White with #BECF04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECF04; }
p { color: rgb(190,207,4); }
H1.HeaderClassName
{
color: #BECF04;
}
.AnyTagClassName
{
color: #BECF04;
}
</style>
background-color css
<style>
a { background-color: #BECF04; }
a { background-color: rgb(190,207,4); }
div.DivClassName
{
background-color: #BECF04;
}
.BgClassName
{
background-color: #BECF04;
}
</style>
border-color css
<style>
span { border-color: #BECF04; }
span { border-color: rgb(190,207,4); }
td.TdClassName
{
border-color: #BECF04;
}
.TagClassName
{
border-color: #BECF04;
}
</style>