Shades of La Rioja #B2C806
Tints of La Rioja #B2C806
RGB
CMYK
RGB Variations
Color information
#B2C806 (or 0xB2C806) is known color: La Rioja. HEX triplet: B2, C8 and 06. RGB value is (178,200,6). Sum of RGB (Red+Green+Blue) = 178+200+6=384 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.35% from 384); Green value is 200 (78.52% from 255 or 52.08% from 384); Blue value is 6 (2.73% from 255 or 1.56% from 384); Max value from RGB is 200 - color contains mainly: green. Hex color #B2C806 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2C806 is #4D37F9. Grayscale: #ACACAC. Windows color (decimal): -5060602 or 444594. OLE color: 444594.
HSL color Cylindrical-coordinate representation of color #B2C806: hue angle of 66.8º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B2C806 is Cyan = 0.11, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 178 | 200 | 6 | - |
| CMYK | 0.11 | 0 | 0.97 | 0.22 |
| HSL | 66.8º | 0.94% | 0.4% | - |
| HSV(B) | 66.8º | 0.97% | 0.78% | - |
| XYZ | 39.05 | 50.79 | 7.92 | - |
| YUV | 171.31 | 34.71 | 132.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 200 | 6 | 0.11 | 0 | 0.97 | 0.22 | 66.8 | 0.94 | 0.4 |
| Hex | B2 | C8 | 6 | B | 0 | 61 | 16 | 43 | 5E | 28 |
| Octal | 262 | 310 | 6 | 13 | 0 | 141 | 26 | 103 | 136 | 50 |
| Binary | 10110010 | 11001000 | 110 | 1011 | 0 | 1100001 | 10110 | 1000011 | 1011110 | 101000 |
Color Harmonies of #B2C806
Complementary color
Monochromatic Colors of #B2C806
Black with #B2C806
Text Example
Text Example
White with #B2C806
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C806; }
p { color: rgb(178,200,6); }
H1.HeaderClassName
{
color: #B2C806;
}
.AnyTagClassName
{
color: #B2C806;
}
</style>
background-color css
<style>
a { background-color: #B2C806; }
a { background-color: rgb(178,200,6); }
div.DivClassName
{
background-color: #B2C806;
}
.BgClassName
{
background-color: #B2C806;
}
</style>
border-color css
<style>
span { border-color: #B2C806; }
span { border-color: rgb(178,200,6); }
td.TdClassName
{
border-color: #B2C806;
}
.TagClassName
{
border-color: #B2C806;
}
</style>