Shades of La Rioja #B5D300
Tints of La Rioja #B5D300
RGB
CMYK
RGB Variations
Color information
#B5D300 (or 0xB5D300) is known color: La Rioja. HEX triplet: B5, D3 and 00. RGB value is (181,211,0). Sum of RGB (Red+Green+Blue) = 181+211+0=392 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.17% from 392); Green value is 211 (82.81% from 255 or 53.83% from 392); Blue value is 0 (0.39% from 255 or 0% from 392); Max value from RGB is 211 - color contains mainly: green. Hex color #B5D300 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5D300 is #4A2CFF. Grayscale: #B2B2B2. Windows color (decimal): -4861184 or 54197. OLE color: 54197.
HSL color Cylindrical-coordinate representation of color #B5D300: hue angle of 68.53º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B5D300 is Cyan = 0.14, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 181 | 211 | 0 | - |
| CMYK | 0.14 | 0 | 1 | 0.17 |
| HSL | 68.53º | 1% | 0.41% | - |
| HSV(B) | 68.53º | 1% | 0.83% | - |
| XYZ | 42.35 | 56.41 | 8.66 | - |
| YUV | 177.98 | 27.56 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 211 | 0 | 0.14 | 0 | 1 | 0.17 | 68.53 | 1 | 0.41 |
| Hex | B5 | D3 | 0 | E | 0 | 64 | 11 | 45 | 64 | 29 |
| Octal | 265 | 323 | 0 | 16 | 0 | 144 | 21 | 105 | 144 | 51 |
| Binary | 10110101 | 11010011 | 0 | 1110 | 0 | 1100100 | 10001 | 1000101 | 1100100 | 101001 |
Color Harmonies of #B5D300
Complementary color
Monochromatic Colors of #B5D300
Black with #B5D300
Text Example
Text Example
White with #B5D300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D300; }
p { color: rgb(181,211,0); }
H1.HeaderClassName
{
color: #B5D300;
}
.AnyTagClassName
{
color: #B5D300;
}
</style>
background-color css
<style>
a { background-color: #B5D300; }
a { background-color: rgb(181,211,0); }
div.DivClassName
{
background-color: #B5D300;
}
.BgClassName
{
background-color: #B5D300;
}
</style>
border-color css
<style>
span { border-color: #B5D300; }
span { border-color: rgb(181,211,0); }
td.TdClassName
{
border-color: #B5D300;
}
.TagClassName
{
border-color: #B5D300;
}
</style>