Shades of La Rioja #B7D008
Tints of La Rioja #B7D008
RGB
CMYK
RGB Variations
Color information
#B7D008 (or 0xB7D008) is known color: La Rioja. HEX triplet: B7, D0 and 08. RGB value is (183,208,8). Sum of RGB (Red+Green+Blue) = 183+208+8=399 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.86% from 399); Green value is 208 (81.64% from 255 or 52.13% from 399); Blue value is 8 (3.52% from 255 or 2.01% from 399); Max value from RGB is 208 - color contains mainly: green. Hex color #B7D008 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7D008 is #482FF7. Grayscale: #B2B2B2. Windows color (decimal): -4730872 or 577719. OLE color: 577719.
HSL color Cylindrical-coordinate representation of color #B7D008: hue angle of 67.5º 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 #B7D008 is Cyan = 0.12, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 183 | 208 | 8 | - |
| CMYK | 0.12 | 0 | 0.96 | 0.18 |
| HSL | 67.5º | 0.93% | 0.42% | - |
| HSV(B) | 67.5º | 0.96% | 0.82% | - |
| XYZ | 42.13 | 55.2 | 8.66 | - |
| YUV | 177.73 | 32.22 | 131.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 208 | 8 | 0.12 | 0 | 0.96 | 0.18 | 67.5 | 0.93 | 0.42 |
| Hex | B7 | D0 | 8 | C | 0 | 60 | 12 | 44 | 5D | 2A |
| Octal | 267 | 320 | 10 | 14 | 0 | 140 | 22 | 104 | 135 | 52 |
| Binary | 10110111 | 11010000 | 1000 | 1100 | 0 | 1100000 | 10010 | 1000100 | 1011101 | 101010 |
Color Harmonies of #B7D008
Complementary color
Monochromatic Colors of #B7D008
Black with #B7D008
Text Example
Text Example
White with #B7D008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D008; }
p { color: rgb(183,208,8); }
H1.HeaderClassName
{
color: #B7D008;
}
.AnyTagClassName
{
color: #B7D008;
}
</style>
background-color css
<style>
a { background-color: #B7D008; }
a { background-color: rgb(183,208,8); }
div.DivClassName
{
background-color: #B7D008;
}
.BgClassName
{
background-color: #B7D008;
}
</style>
border-color css
<style>
span { border-color: #B7D008; }
span { border-color: rgb(183,208,8); }
td.TdClassName
{
border-color: #B7D008;
}
.TagClassName
{
border-color: #B7D008;
}
</style>