Shades of La Rioja #BEC102
Tints of La Rioja #BEC102
RGB
CMYK
RGB Variations
Color information
#BEC102 (or 0xBEC102) is known color: La Rioja. HEX triplet: BE, C1 and 02. RGB value is (190,193,2). Sum of RGB (Red+Green+Blue) = 190+193+2=385 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.35% from 385); Green value is 193 (75.78% from 255 or 50.13% from 385); Blue value is 2 (1.17% from 255 or 0.52% from 385); Max value from RGB is 193 - color contains mainly: green. Hex color #BEC102 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC102 is #413EFD. Grayscale: #ABABAB. Windows color (decimal): -4275966 or 180670. OLE color: 180670.
HSL color Cylindrical-coordinate representation of color #BEC102: hue angle of 60.94º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BEC102 is Cyan = 0.02, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 190 | 193 | 2 | - |
| CMYK | 0.02 | 0 | 0.99 | 0.24 |
| HSL | 60.94º | 0.98% | 0.38% | - |
| HSV(B) | 60.94º | 0.99% | 0.76% | - |
| XYZ | 40.32 | 49.09 | 7.41 | - |
| YUV | 170.33 | 33.01 | 142.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 193 | 2 | 0.02 | 0 | 0.99 | 0.24 | 60.94 | 0.98 | 0.38 |
| Hex | BE | C1 | 2 | 2 | 0 | 63 | 18 | 3D | 62 | 26 |
| Octal | 276 | 301 | 2 | 2 | 0 | 143 | 30 | 75 | 142 | 46 |
| Binary | 10111110 | 11000001 | 10 | 10 | 0 | 1100011 | 11000 | 111101 | 1100010 | 100110 |
Color Harmonies of #BEC102
Complementary color
Monochromatic Colors of #BEC102
Black with #BEC102
Text Example
Text Example
White with #BEC102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC102; }
p { color: rgb(190,193,2); }
H1.HeaderClassName
{
color: #BEC102;
}
.AnyTagClassName
{
color: #BEC102;
}
</style>
background-color css
<style>
a { background-color: #BEC102; }
a { background-color: rgb(190,193,2); }
div.DivClassName
{
background-color: #BEC102;
}
.BgClassName
{
background-color: #BEC102;
}
</style>
border-color css
<style>
span { border-color: #BEC102; }
span { border-color: rgb(190,193,2); }
td.TdClassName
{
border-color: #BEC102;
}
.TagClassName
{
border-color: #BEC102;
}
</style>