Shades of La Rioja #B7D006
Tints of La Rioja #B7D006
RGB
CMYK
RGB Variations
Color information
#B7D006 (or 0xB7D006) is known color: La Rioja. HEX triplet: B7, D0 and 06. RGB value is (183,208,6). Sum of RGB (Red+Green+Blue) = 183+208+6=397 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.10% from 397); Green value is 208 (81.64% from 255 or 52.39% from 397); Blue value is 6 (2.73% from 255 or 1.51% from 397); Max value from RGB is 208 - color contains mainly: green. Hex color #B7D006 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7D006 is #482FF9. Grayscale: #B2B2B2. Windows color (decimal): -4730874 or 446647. OLE color: 446647.
HSL color Cylindrical-coordinate representation of color #B7D006: hue angle of 67.43º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B7D006 is Cyan = 0.12, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 183 | 208 | 6 | - |
| CMYK | 0.12 | 0 | 0.97 | 0.18 |
| HSL | 67.43º | 0.94% | 0.42% | - |
| HSV(B) | 67.43º | 0.97% | 0.82% | - |
| XYZ | 42.12 | 55.19 | 8.61 | - |
| YUV | 177.5 | 31.22 | 131.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 208 | 6 | 0.12 | 0 | 0.97 | 0.18 | 67.43 | 0.94 | 0.42 |
| Hex | B7 | D0 | 6 | C | 0 | 61 | 12 | 43 | 5E | 2A |
| Octal | 267 | 320 | 6 | 14 | 0 | 141 | 22 | 103 | 136 | 52 |
| Binary | 10110111 | 11010000 | 110 | 1100 | 0 | 1100001 | 10010 | 1000011 | 1011110 | 101010 |
Color Harmonies of #B7D006
Complementary color
Monochromatic Colors of #B7D006
Black with #B7D006
Text Example
Text Example
White with #B7D006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D006; }
p { color: rgb(183,208,6); }
H1.HeaderClassName
{
color: #B7D006;
}
.AnyTagClassName
{
color: #B7D006;
}
</style>
background-color css
<style>
a { background-color: #B7D006; }
a { background-color: rgb(183,208,6); }
div.DivClassName
{
background-color: #B7D006;
}
.BgClassName
{
background-color: #B7D006;
}
</style>
border-color css
<style>
span { border-color: #B7D006; }
span { border-color: rgb(183,208,6); }
td.TdClassName
{
border-color: #B7D006;
}
.TagClassName
{
border-color: #B7D006;
}
</style>