Shades of La Rioja #B4D206
Tints of La Rioja #B4D206
RGB
CMYK
RGB Variations
Color information
#B4D206 (or 0xB4D206) is known color: La Rioja. HEX triplet: B4, D2 and 06. RGB value is (180,210,6). Sum of RGB (Red+Green+Blue) = 180+210+6=396 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.45% from 396); Green value is 210 (82.42% from 255 or 53.03% from 396); Blue value is 6 (2.73% from 255 or 1.52% from 396); Max value from RGB is 210 - color contains mainly: green. Hex color #B4D206 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B4D206 is #4B2DF9. Grayscale: #B2B2B2. Windows color (decimal): -4926970 or 447156. OLE color: 447156.
HSL color Cylindrical-coordinate representation of color #B4D206: hue angle of 68.82º 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 #B4D206 is Cyan = 0.14, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 180 | 210 | 6 | - |
| CMYK | 0.14 | 0 | 0.97 | 0.18 |
| HSL | 68.82º | 0.94% | 0.42% | - |
| HSV(B) | 68.82º | 0.97% | 0.82% | - |
| XYZ | 41.9 | 55.81 | 8.74 | - |
| YUV | 177.77 | 31.06 | 129.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 210 | 6 | 0.14 | 0 | 0.97 | 0.18 | 68.82 | 0.94 | 0.42 |
| Hex | B4 | D2 | 6 | E | 0 | 61 | 12 | 45 | 5E | 2A |
| Octal | 264 | 322 | 6 | 16 | 0 | 141 | 22 | 105 | 136 | 52 |
| Binary | 10110100 | 11010010 | 110 | 1110 | 0 | 1100001 | 10010 | 1000101 | 1011110 | 101010 |
Color Harmonies of #B4D206
Complementary color
Monochromatic Colors of #B4D206
Black with #B4D206
Text Example
Text Example
White with #B4D206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D206; }
p { color: rgb(180,210,6); }
H1.HeaderClassName
{
color: #B4D206;
}
.AnyTagClassName
{
color: #B4D206;
}
</style>
background-color css
<style>
a { background-color: #B4D206; }
a { background-color: rgb(180,210,6); }
div.DivClassName
{
background-color: #B4D206;
}
.BgClassName
{
background-color: #B4D206;
}
</style>
border-color css
<style>
span { border-color: #B4D206; }
span { border-color: rgb(180,210,6); }
td.TdClassName
{
border-color: #B4D206;
}
.TagClassName
{
border-color: #B4D206;
}
</style>