Shades of La Rioja #BEC60D
Tints of La Rioja #BEC60D
RGB
CMYK
RGB Variations
Color information
#BEC60D (or 0xBEC60D) is known color: La Rioja. HEX triplet: BE, C6 and 0D. RGB value is (190,198,13). Sum of RGB (Red+Green+Blue) = 190+198+13=401 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.38% from 401); Green value is 198 (77.73% from 255 or 49.38% from 401); Blue value is 13 (5.47% from 255 or 3.24% from 401); Max value from RGB is 198 - color contains mainly: green. Hex color #BEC60D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC60D is #4139F2. Grayscale: #AFAFAF. Windows color (decimal): -4274675 or 902846. OLE color: 902846.
HSL color Cylindrical-coordinate representation of color #BEC60D: hue angle of 62.59º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BEC60D is Cyan = 0.04, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 190 | 198 | 13 | - |
| CMYK | 0.04 | 0 | 0.93 | 0.22 |
| HSL | 62.59º | 0.88% | 0.41% | - |
| HSV(B) | 62.59º | 0.93% | 0.78% | - |
| XYZ | 41.5 | 51.36 | 8.11 | - |
| YUV | 174.52 | 36.85 | 139.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 198 | 13 | 0.04 | 0 | 0.93 | 0.22 | 62.59 | 0.88 | 0.41 |
| Hex | BE | C6 | D | 4 | 0 | 5D | 16 | 3F | 58 | 29 |
| Octal | 276 | 306 | 15 | 4 | 0 | 135 | 26 | 77 | 130 | 51 |
| Binary | 10111110 | 11000110 | 1101 | 100 | 0 | 1011101 | 10110 | 111111 | 1011000 | 101001 |
Color Harmonies of #BEC60D
Complementary color
Monochromatic Colors of #BEC60D
Black with #BEC60D
Text Example
Text Example
White with #BEC60D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC60D; }
p { color: rgb(190,198,13); }
H1.HeaderClassName
{
color: #BEC60D;
}
.AnyTagClassName
{
color: #BEC60D;
}
</style>
background-color css
<style>
a { background-color: #BEC60D; }
a { background-color: rgb(190,198,13); }
div.DivClassName
{
background-color: #BEC60D;
}
.BgClassName
{
background-color: #BEC60D;
}
</style>
border-color css
<style>
span { border-color: #BEC60D; }
span { border-color: rgb(190,198,13); }
td.TdClassName
{
border-color: #BEC60D;
}
.TagClassName
{
border-color: #BEC60D;
}
</style>