Shades of La Rioja #B6C90C
Tints of La Rioja #B6C90C
RGB
CMYK
RGB Variations
Color information
#B6C90C (or 0xB6C90C) is known color: La Rioja. HEX triplet: B6, C9 and 0C. RGB value is (182,201,12). Sum of RGB (Red+Green+Blue) = 182+201+12=395 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.08% from 395); Green value is 201 (78.91% from 255 or 50.89% from 395); Blue value is 12 (5.08% from 255 or 3.04% from 395); Max value from RGB is 201 - color contains mainly: green. Hex color #B6C90C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B6C90C is #4936F3. Grayscale: #AEAEAE. Windows color (decimal): -4798196 or 838070. OLE color: 838070.
HSL color Cylindrical-coordinate representation of color #B6C90C: hue angle of 66.03º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B6C90C is Cyan = 0.09, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 182 | 201 | 12 | - |
| CMYK | 0.09 | 0 | 0.94 | 0.21 |
| HSL | 66.03º | 0.89% | 0.42% | - |
| HSV(B) | 66.03º | 0.94% | 0.79% | - |
| XYZ | 40.24 | 51.74 | 8.21 | - |
| YUV | 173.77 | 36.71 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 201 | 12 | 0.09 | 0 | 0.94 | 0.21 | 66.03 | 0.89 | 0.42 |
| Hex | B6 | C9 | C | 9 | 0 | 5E | 15 | 42 | 59 | 2A |
| Octal | 266 | 311 | 14 | 11 | 0 | 136 | 25 | 102 | 131 | 52 |
| Binary | 10110110 | 11001001 | 1100 | 1001 | 0 | 1011110 | 10101 | 1000010 | 1011001 | 101010 |
Color Harmonies of #B6C90C
Complementary color
Monochromatic Colors of #B6C90C
Black with #B6C90C
Text Example
Text Example
White with #B6C90C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6C90C; }
p { color: rgb(182,201,12); }
H1.HeaderClassName
{
color: #B6C90C;
}
.AnyTagClassName
{
color: #B6C90C;
}
</style>
background-color css
<style>
a { background-color: #B6C90C; }
a { background-color: rgb(182,201,12); }
div.DivClassName
{
background-color: #B6C90C;
}
.BgClassName
{
background-color: #B6C90C;
}
</style>
border-color css
<style>
span { border-color: #B6C90C; }
span { border-color: rgb(182,201,12); }
td.TdClassName
{
border-color: #B6C90C;
}
.TagClassName
{
border-color: #B6C90C;
}
</style>