Shades of La Rioja #BEC308
Tints of La Rioja #BEC308
RGB
CMYK
RGB Variations
Color information
#BEC308 (or 0xBEC308) is known color: La Rioja. HEX triplet: BE, C3 and 08. RGB value is (190,195,8). Sum of RGB (Red+Green+Blue) = 190+195+8=393 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.35% from 393); Green value is 195 (76.56% from 255 or 49.62% from 393); Blue value is 8 (3.52% from 255 or 2.04% from 393); Max value from RGB is 195 - color contains mainly: green. Hex color #BEC308 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC308 is #413CF7. Grayscale: #ACACAC. Windows color (decimal): -4275448 or 574398. OLE color: 574398.
HSL color Cylindrical-coordinate representation of color #BEC308: hue angle of 61.6º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BEC308 is Cyan = 0.03, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 190 | 195 | 8 | - |
| CMYK | 0.03 | 0 | 0.96 | 0.24 |
| HSL | 61.6º | 0.92% | 0.4% | - |
| HSV(B) | 61.6º | 0.96% | 0.76% | - |
| XYZ | 40.79 | 49.99 | 7.73 | - |
| YUV | 172.19 | 35.34 | 140.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 195 | 8 | 0.03 | 0 | 0.96 | 0.24 | 61.6 | 0.92 | 0.4 |
| Hex | BE | C3 | 8 | 3 | 0 | 60 | 18 | 3E | 5C | 28 |
| Octal | 276 | 303 | 10 | 3 | 0 | 140 | 30 | 76 | 134 | 50 |
| Binary | 10111110 | 11000011 | 1000 | 11 | 0 | 1100000 | 11000 | 111110 | 1011100 | 101000 |
Color Harmonies of #BEC308
Complementary color
Monochromatic Colors of #BEC308
Black with #BEC308
Text Example
Text Example
White with #BEC308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC308; }
p { color: rgb(190,195,8); }
H1.HeaderClassName
{
color: #BEC308;
}
.AnyTagClassName
{
color: #BEC308;
}
</style>
background-color css
<style>
a { background-color: #BEC308; }
a { background-color: rgb(190,195,8); }
div.DivClassName
{
background-color: #BEC308;
}
.BgClassName
{
background-color: #BEC308;
}
</style>
border-color css
<style>
span { border-color: #BEC308; }
span { border-color: rgb(190,195,8); }
td.TdClassName
{
border-color: #BEC308;
}
.TagClassName
{
border-color: #BEC308;
}
</style>