Shades of La Rioja #B5C011
Tints of La Rioja #B5C011
RGB
CMYK
RGB Variations
Color information
#B5C011 (or 0xB5C011) is known color: La Rioja. HEX triplet: B5, C0 and 11. RGB value is (181,192,17). Sum of RGB (Red+Green+Blue) = 181+192+17=390 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.41% from 390); Green value is 192 (75.39% from 255 or 49.23% from 390); Blue value is 17 (7.03% from 255 or 4.36% from 390); Max value from RGB is 192 - color contains mainly: green. Hex color #B5C011 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5C011 is #4A3FEE. Grayscale: #A9A9A9. Windows color (decimal): -4866031 or 1163445. OLE color: 1163445.
HSL color Cylindrical-coordinate representation of color #B5C011: hue angle of 63.77º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B5C011 is Cyan = 0.06, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 181 | 192 | 17 | - |
| CMYK | 0.06 | 0 | 0.91 | 0.25 |
| HSL | 63.77º | 0.84% | 0.41% | - |
| HSV(B) | 63.77º | 0.91% | 0.75% | - |
| XYZ | 38.01 | 47.56 | 7.71 | - |
| YUV | 168.76 | 42.36 | 136.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 192 | 17 | 0.06 | 0 | 0.91 | 0.25 | 63.77 | 0.84 | 0.41 |
| Hex | B5 | C0 | 11 | 6 | 0 | 5B | 19 | 40 | 54 | 29 |
| Octal | 265 | 300 | 21 | 6 | 0 | 133 | 31 | 100 | 124 | 51 |
| Binary | 10110101 | 11000000 | 10001 | 110 | 0 | 1011011 | 11001 | 1000000 | 1010100 | 101001 |
Color Harmonies of #B5C011
Complementary color
Monochromatic Colors of #B5C011
Black with #B5C011
Text Example
Text Example
White with #B5C011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C011; }
p { color: rgb(181,192,17); }
H1.HeaderClassName
{
color: #B5C011;
}
.AnyTagClassName
{
color: #B5C011;
}
</style>
background-color css
<style>
a { background-color: #B5C011; }
a { background-color: rgb(181,192,17); }
div.DivClassName
{
background-color: #B5C011;
}
.BgClassName
{
background-color: #B5C011;
}
</style>
border-color css
<style>
span { border-color: #B5C011; }
span { border-color: rgb(181,192,17); }
td.TdClassName
{
border-color: #B5C011;
}
.TagClassName
{
border-color: #B5C011;
}
</style>