Shades of La Rioja #B5C20D
Tints of La Rioja #B5C20D
RGB
CMYK
RGB Variations
Color information
#B5C20D (or 0xB5C20D) is known color: La Rioja. HEX triplet: B5, C2 and 0D. RGB value is (181,194,13). Sum of RGB (Red+Green+Blue) = 181+194+13=388 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.65% from 388); Green value is 194 (76.17% from 255 or 50% from 388); Blue value is 13 (5.47% from 255 or 3.35% from 388); Max value from RGB is 194 - color contains mainly: green. Hex color #B5C20D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5C20D is #4A3DF2. Grayscale: #AAAAAA. Windows color (decimal): -4865523 or 901813. OLE color: 901813.
HSL color Cylindrical-coordinate representation of color #B5C20D: hue angle of 64.31º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B5C20D is Cyan = 0.07, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 194 | 13 | - |
| CMYK | 0.07 | 0 | 0.93 | 0.24 |
| HSL | 64.31º | 0.87% | 0.41% | - |
| HSV(B) | 64.31º | 0.93% | 0.76% | - |
| XYZ | 38.42 | 48.44 | 7.7 | - |
| YUV | 169.48 | 39.69 | 136.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 194 | 13 | 0.07 | 0 | 0.93 | 0.24 | 64.31 | 0.87 | 0.41 |
| Hex | B5 | C2 | D | 7 | 0 | 5D | 18 | 40 | 57 | 29 |
| Octal | 265 | 302 | 15 | 7 | 0 | 135 | 30 | 100 | 127 | 51 |
| Binary | 10110101 | 11000010 | 1101 | 111 | 0 | 1011101 | 11000 | 1000000 | 1010111 | 101001 |
Color Harmonies of #B5C20D
Complementary color
Monochromatic Colors of #B5C20D
Black with #B5C20D
Text Example
Text Example
White with #B5C20D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C20D; }
p { color: rgb(181,194,13); }
H1.HeaderClassName
{
color: #B5C20D;
}
.AnyTagClassName
{
color: #B5C20D;
}
</style>
background-color css
<style>
a { background-color: #B5C20D; }
a { background-color: rgb(181,194,13); }
div.DivClassName
{
background-color: #B5C20D;
}
.BgClassName
{
background-color: #B5C20D;
}
</style>
border-color css
<style>
span { border-color: #B5C20D; }
span { border-color: rgb(181,194,13); }
td.TdClassName
{
border-color: #B5C20D;
}
.TagClassName
{
border-color: #B5C20D;
}
</style>