Shades of La Rioja #B5C113
Tints of La Rioja #B5C113
RGB
CMYK
RGB Variations
Color information
#B5C113 (or 0xB5C113) is known color: La Rioja. HEX triplet: B5, C1 and 13. RGB value is (181,193,19). Sum of RGB (Red+Green+Blue) = 181+193+19=393 (52% of max value = 765). Red value is 181 (71.09% from 255 or 46.06% from 393); Green value is 193 (75.78% from 255 or 49.11% from 393); Blue value is 19 (7.81% from 255 or 4.83% from 393); Max value from RGB is 193 - color contains mainly: green. Hex color #B5C113 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5C113 is #4A3EEC. Grayscale: #AAAAAA. Windows color (decimal): -4865773 or 1294773. OLE color: 1294773.
HSL color Cylindrical-coordinate representation of color #B5C113: hue angle of 64.14º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B5C113 is Cyan = 0.06, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 193 | 19 | - |
| CMYK | 0.06 | 0 | 0.90 | 0.24 |
| HSL | 64.14º | 0.82% | 0.42% | - |
| HSV(B) | 64.14º | 0.9% | 0.76% | - |
| XYZ | 38.24 | 48.01 | 7.87 | - |
| YUV | 169.58 | 43.02 | 136.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 193 | 19 | 0.06 | 0 | 0.90 | 0.24 | 64.14 | 0.82 | 0.42 |
| Hex | B5 | C1 | 13 | 6 | 0 | 5A | 18 | 40 | 52 | 2A |
| Octal | 265 | 301 | 23 | 6 | 0 | 132 | 30 | 100 | 122 | 52 |
| Binary | 10110101 | 11000001 | 10011 | 110 | 0 | 1011010 | 11000 | 1000000 | 1010010 | 101010 |
Color Harmonies of #B5C113
Complementary color
Monochromatic Colors of #B5C113
Black with #B5C113
Text Example
Text Example
White with #B5C113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C113; }
p { color: rgb(181,193,19); }
H1.HeaderClassName
{
color: #B5C113;
}
.AnyTagClassName
{
color: #B5C113;
}
</style>
background-color css
<style>
a { background-color: #B5C113; }
a { background-color: rgb(181,193,19); }
div.DivClassName
{
background-color: #B5C113;
}
.BgClassName
{
background-color: #B5C113;
}
</style>
border-color css
<style>
span { border-color: #B5C113; }
span { border-color: rgb(181,193,19); }
td.TdClassName
{
border-color: #B5C113;
}
.TagClassName
{
border-color: #B5C113;
}
</style>