Shades of La Rioja #B5C311
Tints of La Rioja #B5C311
RGB
CMYK
RGB Variations
Color information
#B5C311 (or 0xB5C311) is known color: La Rioja. HEX triplet: B5, C3 and 11. RGB value is (181,195,17). Sum of RGB (Red+Green+Blue) = 181+195+17=393 (52% of max value = 765). Red value is 181 (71.09% from 255 or 46.06% from 393); Green value is 195 (76.56% from 255 or 49.62% from 393); Blue value is 17 (7.03% from 255 or 4.33% from 393); Max value from RGB is 195 - color contains mainly: green. Hex color #B5C311 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5C311 is #4A3CEE. Grayscale: #ABABAB. Windows color (decimal): -4865263 or 1164213. OLE color: 1164213.
HSL color Cylindrical-coordinate representation of color #B5C311: hue angle of 64.72º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B5C311 is Cyan = 0.07, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 195 | 17 | - |
| CMYK | 0.07 | 0 | 0.91 | 0.24 |
| HSL | 64.72º | 0.84% | 0.42% | - |
| HSV(B) | 64.72º | 0.91% | 0.76% | - |
| XYZ | 38.67 | 48.89 | 7.93 | - |
| YUV | 170.52 | 41.36 | 135.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 195 | 17 | 0.07 | 0 | 0.91 | 0.24 | 64.72 | 0.84 | 0.42 |
| Hex | B5 | C3 | 11 | 7 | 0 | 5B | 18 | 41 | 54 | 2A |
| Octal | 265 | 303 | 21 | 7 | 0 | 133 | 30 | 101 | 124 | 52 |
| Binary | 10110101 | 11000011 | 10001 | 111 | 0 | 1011011 | 11000 | 1000001 | 1010100 | 101010 |
Color Harmonies of #B5C311
Complementary color
Monochromatic Colors of #B5C311
Black with #B5C311
Text Example
Text Example
White with #B5C311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C311; }
p { color: rgb(181,195,17); }
H1.HeaderClassName
{
color: #B5C311;
}
.AnyTagClassName
{
color: #B5C311;
}
</style>
background-color css
<style>
a { background-color: #B5C311; }
a { background-color: rgb(181,195,17); }
div.DivClassName
{
background-color: #B5C311;
}
.BgClassName
{
background-color: #B5C311;
}
</style>
border-color css
<style>
span { border-color: #B5C311; }
span { border-color: rgb(181,195,17); }
td.TdClassName
{
border-color: #B5C311;
}
.TagClassName
{
border-color: #B5C311;
}
</style>