Shades of La Rioja #B5D104
Tints of La Rioja #B5D104
RGB
CMYK
RGB Variations
Color information
#B5D104 (or 0xB5D104) is known color: La Rioja. HEX triplet: B5, D1 and 04. RGB value is (181,209,4). Sum of RGB (Red+Green+Blue) = 181+209+4=394 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.94% from 394); Green value is 209 (82.03% from 255 or 53.05% from 394); Blue value is 4 (1.95% from 255 or 1.02% from 394); Max value from RGB is 209 - color contains mainly: green. Hex color #B5D104 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5D104 is #4A2EFB. Grayscale: #B2B2B2. Windows color (decimal): -4861692 or 315829. OLE color: 315829.
HSL color Cylindrical-coordinate representation of color #B5D104: hue angle of 68.2º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B5D104 is Cyan = 0.13, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 181 | 209 | 4 | - |
| CMYK | 0.13 | 0 | 0.98 | 0.18 |
| HSL | 68.2º | 0.96% | 0.42% | - |
| HSV(B) | 68.2º | 0.98% | 0.82% | - |
| XYZ | 41.88 | 55.43 | 8.61 | - |
| YUV | 177.26 | 30.22 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 209 | 4 | 0.13 | 0 | 0.98 | 0.18 | 68.2 | 0.96 | 0.42 |
| Hex | B5 | D1 | 4 | D | 0 | 62 | 12 | 44 | 60 | 2A |
| Octal | 265 | 321 | 4 | 15 | 0 | 142 | 22 | 104 | 140 | 52 |
| Binary | 10110101 | 11010001 | 100 | 1101 | 0 | 1100010 | 10010 | 1000100 | 1100000 | 101010 |
Color Harmonies of #B5D104
Complementary color
Monochromatic Colors of #B5D104
Black with #B5D104
Text Example
Text Example
White with #B5D104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D104; }
p { color: rgb(181,209,4); }
H1.HeaderClassName
{
color: #B5D104;
}
.AnyTagClassName
{
color: #B5D104;
}
</style>
background-color css
<style>
a { background-color: #B5D104; }
a { background-color: rgb(181,209,4); }
div.DivClassName
{
background-color: #B5D104;
}
.BgClassName
{
background-color: #B5D104;
}
</style>
border-color css
<style>
span { border-color: #B5D104; }
span { border-color: rgb(181,209,4); }
td.TdClassName
{
border-color: #B5D104;
}
.TagClassName
{
border-color: #B5D104;
}
</style>