Shades of La Rioja #B9C011
Tints of La Rioja #B9C011
RGB
CMYK
RGB Variations
Color information
#B9C011 (or 0xB9C011) is known color: La Rioja. HEX triplet: B9, C0 and 11. RGB value is (185,192,17). Sum of RGB (Red+Green+Blue) = 185+192+17=394 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.95% from 394); Green value is 192 (75.39% from 255 or 48.73% from 394); Blue value is 17 (7.03% from 255 or 4.31% from 394); Max value from RGB is 192 - color contains mainly: green. Hex color #B9C011 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9C011 is #463FEE. Grayscale: #AAAAAA. Windows color (decimal): -4603887 or 1163449. OLE color: 1163449.
HSL color Cylindrical-coordinate representation of color #B9C011: hue angle of 62.4º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B9C011 is Cyan = 0.04, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 185 | 192 | 17 | - |
| CMYK | 0.04 | 0 | 0.91 | 0.25 |
| HSL | 62.4º | 0.84% | 0.41% | - |
| HSV(B) | 62.4º | 0.91% | 0.75% | - |
| XYZ | 38.96 | 48.05 | 7.75 | - |
| YUV | 169.96 | 41.68 | 138.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 192 | 17 | 0.04 | 0 | 0.91 | 0.25 | 62.4 | 0.84 | 0.41 |
| Hex | B9 | C0 | 11 | 4 | 0 | 5B | 19 | 3E | 54 | 29 |
| Octal | 271 | 300 | 21 | 4 | 0 | 133 | 31 | 76 | 124 | 51 |
| Binary | 10111001 | 11000000 | 10001 | 100 | 0 | 1011011 | 11001 | 111110 | 1010100 | 101001 |
Color Harmonies of #B9C011
Complementary color
Monochromatic Colors of #B9C011
Black with #B9C011
Text Example
Text Example
White with #B9C011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C011; }
p { color: rgb(185,192,17); }
H1.HeaderClassName
{
color: #B9C011;
}
.AnyTagClassName
{
color: #B9C011;
}
</style>
background-color css
<style>
a { background-color: #B9C011; }
a { background-color: rgb(185,192,17); }
div.DivClassName
{
background-color: #B9C011;
}
.BgClassName
{
background-color: #B9C011;
}
</style>
border-color css
<style>
span { border-color: #B9C011; }
span { border-color: rgb(185,192,17); }
td.TdClassName
{
border-color: #B9C011;
}
.TagClassName
{
border-color: #B9C011;
}
</style>