Shades of La Rioja #B5C50F
Tints of La Rioja #B5C50F
RGB
CMYK
RGB Variations
Color information
#B5C50F (or 0xB5C50F) is known color: La Rioja. HEX triplet: B5, C5 and 0F. RGB value is (181,197,15). Sum of RGB (Red+Green+Blue) = 181+197+15=393 (52% of max value = 765). Red value is 181 (71.09% from 255 or 46.06% from 393); Green value is 197 (77.34% from 255 or 50.13% from 393); Blue value is 15 (6.25% from 255 or 3.82% from 393); Max value from RGB is 197 - color contains mainly: green. Hex color #B5C50F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5C50F is #4A3AF0. Grayscale: #ACACAC. Windows color (decimal): -4864753 or 1033653. OLE color: 1033653.
HSL color Cylindrical-coordinate representation of color #B5C50F: hue angle of 65.27º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B5C50F is Cyan = 0.08, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 181 | 197 | 15 | - |
| CMYK | 0.08 | 0 | 0.92 | 0.23 |
| HSL | 65.27º | 0.86% | 0.42% | - |
| HSV(B) | 65.27º | 0.92% | 0.77% | - |
| XYZ | 39.11 | 49.79 | 8 | - |
| YUV | 171.47 | 39.7 | 134.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 197 | 15 | 0.08 | 0 | 0.92 | 0.23 | 65.27 | 0.86 | 0.42 |
| Hex | B5 | C5 | F | 8 | 0 | 5C | 17 | 41 | 56 | 2A |
| Octal | 265 | 305 | 17 | 10 | 0 | 134 | 27 | 101 | 126 | 52 |
| Binary | 10110101 | 11000101 | 1111 | 1000 | 0 | 1011100 | 10111 | 1000001 | 1010110 | 101010 |
Color Harmonies of #B5C50F
Complementary color
Monochromatic Colors of #B5C50F
Black with #B5C50F
Text Example
Text Example
White with #B5C50F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C50F; }
p { color: rgb(181,197,15); }
H1.HeaderClassName
{
color: #B5C50F;
}
.AnyTagClassName
{
color: #B5C50F;
}
</style>
background-color css
<style>
a { background-color: #B5C50F; }
a { background-color: rgb(181,197,15); }
div.DivClassName
{
background-color: #B5C50F;
}
.BgClassName
{
background-color: #B5C50F;
}
</style>
border-color css
<style>
span { border-color: #B5C50F; }
span { border-color: rgb(181,197,15); }
td.TdClassName
{
border-color: #B5C50F;
}
.TagClassName
{
border-color: #B5C50F;
}
</style>