Shades of La Rioja #B7D200
Tints of La Rioja #B7D200
RGB
CMYK
RGB Variations
Color information
#B7D200 (or 0xB7D200) is known color: La Rioja. HEX triplet: B7, D2 and 00. RGB value is (183,210,0). Sum of RGB (Red+Green+Blue) = 183+210+0=393 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.56% from 393); Green value is 210 (82.42% from 255 or 53.44% from 393); Blue value is 0 (0.39% from 255 or 0% from 393); Max value from RGB is 210 - color contains mainly: green. Hex color #B7D200 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7D200 is #482DFF. Grayscale: #B2B2B2. Windows color (decimal): -4730368 or 53943. OLE color: 53943.
HSL color Cylindrical-coordinate representation of color #B7D200: hue angle of 67.71º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B7D200 is Cyan = 0.13, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 183 | 210 | 0 | - |
| CMYK | 0.13 | 0 | 1 | 0.18 |
| HSL | 67.71º | 1% | 0.41% | - |
| HSV(B) | 67.71º | 1% | 0.82% | - |
| XYZ | 42.58 | 56.16 | 8.6 | - |
| YUV | 177.99 | 27.55 | 131.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 210 | 0 | 0.13 | 0 | 1 | 0.18 | 67.71 | 1 | 0.41 |
| Hex | B7 | D2 | 0 | D | 0 | 64 | 12 | 44 | 64 | 29 |
| Octal | 267 | 322 | 0 | 15 | 0 | 144 | 22 | 104 | 144 | 51 |
| Binary | 10110111 | 11010010 | 0 | 1101 | 0 | 1100100 | 10010 | 1000100 | 1100100 | 101001 |
Color Harmonies of #B7D200
Complementary color
Monochromatic Colors of #B7D200
Black with #B7D200
Text Example
Text Example
White with #B7D200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D200; }
p { color: rgb(183,210,0); }
H1.HeaderClassName
{
color: #B7D200;
}
.AnyTagClassName
{
color: #B7D200;
}
</style>
background-color css
<style>
a { background-color: #B7D200; }
a { background-color: rgb(183,210,0); }
div.DivClassName
{
background-color: #B7D200;
}
.BgClassName
{
background-color: #B7D200;
}
</style>
border-color css
<style>
span { border-color: #B7D200; }
span { border-color: rgb(183,210,0); }
td.TdClassName
{
border-color: #B7D200;
}
.TagClassName
{
border-color: #B7D200;
}
</style>