Shades of La Rioja #B2D006
Tints of La Rioja #B2D006
RGB
CMYK
RGB Variations
Color information
#B2D006 (or 0xB2D006) is known color: La Rioja. HEX triplet: B2, D0 and 06. RGB value is (178,208,6). Sum of RGB (Red+Green+Blue) = 178+208+6=392 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.41% from 392); Green value is 208 (81.64% from 255 or 53.06% from 392); Blue value is 6 (2.73% from 255 or 1.53% from 392); Max value from RGB is 208 - color contains mainly: green. Hex color #B2D006 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2D006 is #4D2FF9. Grayscale: #B0B0B0. Windows color (decimal): -5058554 or 446642. OLE color: 446642.
HSL color Cylindrical-coordinate representation of color #B2D006: hue angle of 68.91º 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 #B2D006 is Cyan = 0.14, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 178 | 208 | 6 | - |
| CMYK | 0.14 | 0 | 0.97 | 0.18 |
| HSL | 68.91º | 0.94% | 0.42% | - |
| HSV(B) | 68.91º | 0.97% | 0.82% | - |
| XYZ | 40.95 | 54.59 | 8.55 | - |
| YUV | 176 | 32.06 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 208 | 6 | 0.14 | 0 | 0.97 | 0.18 | 68.91 | 0.94 | 0.42 |
| Hex | B2 | D0 | 6 | E | 0 | 61 | 12 | 45 | 5E | 2A |
| Octal | 262 | 320 | 6 | 16 | 0 | 141 | 22 | 105 | 136 | 52 |
| Binary | 10110010 | 11010000 | 110 | 1110 | 0 | 1100001 | 10010 | 1000101 | 1011110 | 101010 |
Color Harmonies of #B2D006
Complementary color
Monochromatic Colors of #B2D006
Black with #B2D006
Text Example
Text Example
White with #B2D006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D006; }
p { color: rgb(178,208,6); }
H1.HeaderClassName
{
color: #B2D006;
}
.AnyTagClassName
{
color: #B2D006;
}
</style>
background-color css
<style>
a { background-color: #B2D006; }
a { background-color: rgb(178,208,6); }
div.DivClassName
{
background-color: #B2D006;
}
.BgClassName
{
background-color: #B2D006;
}
</style>
border-color css
<style>
span { border-color: #B2D006; }
span { border-color: rgb(178,208,6); }
td.TdClassName
{
border-color: #B2D006;
}
.TagClassName
{
border-color: #B2D006;
}
</style>