Shades of La Rioja #B5D208
Tints of La Rioja #B5D208
RGB
CMYK
RGB Variations
Color information
#B5D208 (or 0xB5D208) is known color: La Rioja. HEX triplet: B5, D2 and 08. RGB value is (181,210,8). Sum of RGB (Red+Green+Blue) = 181+210+8=399 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.36% from 399); Green value is 210 (82.42% from 255 or 52.63% from 399); Blue value is 8 (3.52% from 255 or 2.01% from 399); Max value from RGB is 210 - color contains mainly: green. Hex color #B5D208 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5D208 is #4A2DF7. Grayscale: #B3B3B3. Windows color (decimal): -4861432 or 578229. OLE color: 578229.
HSL color Cylindrical-coordinate representation of color #B5D208: hue angle of 68.61º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B5D208 is Cyan = 0.14, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 181 | 210 | 8 | - |
| CMYK | 0.14 | 0 | 0.96 | 0.18 |
| HSL | 68.61º | 0.93% | 0.43% | - |
| HSV(B) | 68.61º | 0.96% | 0.82% | - |
| XYZ | 42.15 | 55.93 | 8.8 | - |
| YUV | 178.3 | 31.89 | 129.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 210 | 8 | 0.14 | 0 | 0.96 | 0.18 | 68.61 | 0.93 | 0.43 |
| Hex | B5 | D2 | 8 | E | 0 | 60 | 12 | 45 | 5D | 2B |
| Octal | 265 | 322 | 10 | 16 | 0 | 140 | 22 | 105 | 135 | 53 |
| Binary | 10110101 | 11010010 | 1000 | 1110 | 0 | 1100000 | 10010 | 1000101 | 1011101 | 101011 |
Color Harmonies of #B5D208
Complementary color
Monochromatic Colors of #B5D208
Black with #B5D208
Text Example
Text Example
White with #B5D208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D208; }
p { color: rgb(181,210,8); }
H1.HeaderClassName
{
color: #B5D208;
}
.AnyTagClassName
{
color: #B5D208;
}
</style>
background-color css
<style>
a { background-color: #B5D208; }
a { background-color: rgb(181,210,8); }
div.DivClassName
{
background-color: #B5D208;
}
.BgClassName
{
background-color: #B5D208;
}
</style>
border-color css
<style>
span { border-color: #B5D208; }
span { border-color: rgb(181,210,8); }
td.TdClassName
{
border-color: #B5D208;
}
.TagClassName
{
border-color: #B5D208;
}
</style>