Shades of La Rioja #B9C50C
Tints of La Rioja #B9C50C
RGB
CMYK
RGB Variations
Color information
#B9C50C (or 0xB9C50C) is known color: La Rioja. HEX triplet: B9, C5 and 0C. RGB value is (185,197,12). Sum of RGB (Red+Green+Blue) = 185+197+12=394 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.95% from 394); Green value is 197 (77.34% from 255 or 50% from 394); Blue value is 12 (5.08% from 255 or 3.05% from 394); Max value from RGB is 197 - color contains mainly: green. Hex color #B9C50C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9C50C is #463AF3. Grayscale: #ADADAD. Windows color (decimal): -4602612 or 837049. OLE color: 837049.
HSL color Cylindrical-coordinate representation of color #B9C50C: hue angle of 63.89º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B9C50C is Cyan = 0.06, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 185 | 197 | 12 | - |
| CMYK | 0.06 | 0 | 0.94 | 0.23 |
| HSL | 63.89º | 0.89% | 0.41% | - |
| HSV(B) | 63.89º | 0.94% | 0.77% | - |
| XYZ | 40.04 | 50.27 | 7.94 | - |
| YUV | 172.32 | 37.52 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 197 | 12 | 0.06 | 0 | 0.94 | 0.23 | 63.89 | 0.89 | 0.41 |
| Hex | B9 | C5 | C | 6 | 0 | 5E | 17 | 40 | 59 | 29 |
| Octal | 271 | 305 | 14 | 6 | 0 | 136 | 27 | 100 | 131 | 51 |
| Binary | 10111001 | 11000101 | 1100 | 110 | 0 | 1011110 | 10111 | 1000000 | 1011001 | 101001 |
Color Harmonies of #B9C50C
Complementary color
Monochromatic Colors of #B9C50C
Black with #B9C50C
Text Example
Text Example
White with #B9C50C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C50C; }
p { color: rgb(185,197,12); }
H1.HeaderClassName
{
color: #B9C50C;
}
.AnyTagClassName
{
color: #B9C50C;
}
</style>
background-color css
<style>
a { background-color: #B9C50C; }
a { background-color: rgb(185,197,12); }
div.DivClassName
{
background-color: #B9C50C;
}
.BgClassName
{
background-color: #B9C50C;
}
</style>
border-color css
<style>
span { border-color: #B9C50C; }
span { border-color: rgb(185,197,12); }
td.TdClassName
{
border-color: #B9C50C;
}
.TagClassName
{
border-color: #B9C50C;
}
</style>