Shades of La Rioja #BEC30D
Tints of La Rioja #BEC30D
RGB
CMYK
RGB Variations
Color information
#BEC30D (or 0xBEC30D) is known color: La Rioja. HEX triplet: BE, C3 and 0D. RGB value is (190,195,13). Sum of RGB (Red+Green+Blue) = 190+195+13=398 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.74% from 398); Green value is 195 (76.56% from 255 or 48.99% from 398); Blue value is 13 (5.47% from 255 or 3.27% from 398); Max value from RGB is 195 - color contains mainly: green. Hex color #BEC30D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC30D is #413CF2. Grayscale: #ADADAD. Windows color (decimal): -4275443 or 902078. OLE color: 902078.
HSL color Cylindrical-coordinate representation of color #BEC30D: hue angle of 61.65º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BEC30D is Cyan = 0.03, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 190 | 195 | 13 | - |
| CMYK | 0.03 | 0 | 0.93 | 0.24 |
| HSL | 61.65º | 0.88% | 0.41% | - |
| HSV(B) | 61.65º | 0.93% | 0.76% | - |
| XYZ | 40.82 | 50.01 | 7.88 | - |
| YUV | 172.76 | 37.84 | 140.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 195 | 13 | 0.03 | 0 | 0.93 | 0.24 | 61.65 | 0.88 | 0.41 |
| Hex | BE | C3 | D | 3 | 0 | 5D | 18 | 3E | 58 | 29 |
| Octal | 276 | 303 | 15 | 3 | 0 | 135 | 30 | 76 | 130 | 51 |
| Binary | 10111110 | 11000011 | 1101 | 11 | 0 | 1011101 | 11000 | 111110 | 1011000 | 101001 |
Color Harmonies of #BEC30D
Complementary color
Monochromatic Colors of #BEC30D
Black with #BEC30D
Text Example
Text Example
White with #BEC30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC30D; }
p { color: rgb(190,195,13); }
H1.HeaderClassName
{
color: #BEC30D;
}
.AnyTagClassName
{
color: #BEC30D;
}
</style>
background-color css
<style>
a { background-color: #BEC30D; }
a { background-color: rgb(190,195,13); }
div.DivClassName
{
background-color: #BEC30D;
}
.BgClassName
{
background-color: #BEC30D;
}
</style>
border-color css
<style>
span { border-color: #BEC30D; }
span { border-color: rgb(190,195,13); }
td.TdClassName
{
border-color: #BEC30D;
}
.TagClassName
{
border-color: #BEC30D;
}
</style>