Shades of La Rioja #B5D008
Tints of La Rioja #B5D008
RGB
CMYK
RGB Variations
Color information
#B5D008 (or 0xB5D008) is known color: La Rioja. HEX triplet: B5, D0 and 08. RGB value is (181,208,8). Sum of RGB (Red+Green+Blue) = 181+208+8=397 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.59% from 397); Green value is 208 (81.64% from 255 or 52.39% from 397); Blue value is 8 (3.52% from 255 or 2.02% from 397); Max value from RGB is 208 - color contains mainly: green. Hex color #B5D008 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5D008 is #4A2FF7. Grayscale: #B1B1B1. Windows color (decimal): -4861944 or 577717. OLE color: 577717.
HSL color Cylindrical-coordinate representation of color #B5D008: hue angle of 68.1º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B5D008 is Cyan = 0.13, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 181 | 208 | 8 | - |
| CMYK | 0.13 | 0 | 0.96 | 0.18 |
| HSL | 68.1º | 0.93% | 0.42% | - |
| HSV(B) | 68.1º | 0.96% | 0.82% | - |
| XYZ | 41.66 | 54.95 | 8.64 | - |
| YUV | 177.13 | 32.55 | 130.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 208 | 8 | 0.13 | 0 | 0.96 | 0.18 | 68.1 | 0.93 | 0.42 |
| Hex | B5 | D0 | 8 | D | 0 | 60 | 12 | 44 | 5D | 2A |
| Octal | 265 | 320 | 10 | 15 | 0 | 140 | 22 | 104 | 135 | 52 |
| Binary | 10110101 | 11010000 | 1000 | 1101 | 0 | 1100000 | 10010 | 1000100 | 1011101 | 101010 |
Color Harmonies of #B5D008
Complementary color
Monochromatic Colors of #B5D008
Black with #B5D008
Text Example
Text Example
White with #B5D008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D008; }
p { color: rgb(181,208,8); }
H1.HeaderClassName
{
color: #B5D008;
}
.AnyTagClassName
{
color: #B5D008;
}
</style>
background-color css
<style>
a { background-color: #B5D008; }
a { background-color: rgb(181,208,8); }
div.DivClassName
{
background-color: #B5D008;
}
.BgClassName
{
background-color: #B5D008;
}
</style>
border-color css
<style>
span { border-color: #B5D008; }
span { border-color: rgb(181,208,8); }
td.TdClassName
{
border-color: #B5D008;
}
.TagClassName
{
border-color: #B5D008;
}
</style>