Shades of La Rioja #B6C110
Tints of La Rioja #B6C110
RGB
CMYK
RGB Variations
Color information
#B6C110 (or 0xB6C110) is known color: La Rioja. HEX triplet: B6, C1 and 10. RGB value is (182,193,16). Sum of RGB (Red+Green+Blue) = 182+193+16=391 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.55% from 391); Green value is 193 (75.78% from 255 or 49.36% from 391); Blue value is 16 (6.64% from 255 or 4.09% from 391); Max value from RGB is 193 - color contains mainly: green. Hex color #B6C110 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B6C110 is #493EEF. Grayscale: #AAAAAA. Windows color (decimal): -4800240 or 1098166. OLE color: 1098166.
HSL color Cylindrical-coordinate representation of color #B6C110: hue angle of 63.73º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B6C110 is Cyan = 0.06, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 182 | 193 | 16 | - |
| CMYK | 0.06 | 0 | 0.92 | 0.24 |
| HSL | 63.73º | 0.85% | 0.41% | - |
| HSV(B) | 63.73º | 0.92% | 0.76% | - |
| XYZ | 38.45 | 48.12 | 7.75 | - |
| YUV | 169.53 | 41.36 | 136.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 193 | 16 | 0.06 | 0 | 0.92 | 0.24 | 63.73 | 0.85 | 0.41 |
| Hex | B6 | C1 | 10 | 6 | 0 | 5C | 18 | 40 | 55 | 29 |
| Octal | 266 | 301 | 20 | 6 | 0 | 134 | 30 | 100 | 125 | 51 |
| Binary | 10110110 | 11000001 | 10000 | 110 | 0 | 1011100 | 11000 | 1000000 | 1010101 | 101001 |
Color Harmonies of #B6C110
Complementary color
Monochromatic Colors of #B6C110
Black with #B6C110
Text Example
Text Example
White with #B6C110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6C110; }
p { color: rgb(182,193,16); }
H1.HeaderClassName
{
color: #B6C110;
}
.AnyTagClassName
{
color: #B6C110;
}
</style>
background-color css
<style>
a { background-color: #B6C110; }
a { background-color: rgb(182,193,16); }
div.DivClassName
{
background-color: #B6C110;
}
.BgClassName
{
background-color: #B6C110;
}
</style>
border-color css
<style>
span { border-color: #B6C110; }
span { border-color: rgb(182,193,16); }
td.TdClassName
{
border-color: #B6C110;
}
.TagClassName
{
border-color: #B6C110;
}
</style>