Shades of La Rioja #B9C50B
Tints of La Rioja #B9C50B
RGB
CMYK
RGB Variations
Color information
#B9C50B (or 0xB9C50B) is known color: La Rioja. HEX triplet: B9, C5 and 0B. RGB value is (185,197,11). Sum of RGB (Red+Green+Blue) = 185+197+11=393 (52% of max value = 765). Red value is 185 (72.66% from 255 or 47.07% from 393); Green value is 197 (77.34% from 255 or 50.13% from 393); Blue value is 11 (4.69% from 255 or 2.80% from 393); Max value from RGB is 197 - color contains mainly: green. Hex color #B9C50B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9C50B is #463AF4. Grayscale: #ACACAC. Windows color (decimal): -4602613 or 771513. OLE color: 771513.
HSL color Cylindrical-coordinate representation of color #B9C50B: hue angle of 63.87º 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 #B9C50B is Cyan = 0.06, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 185 | 197 | 11 | - |
| CMYK | 0.06 | 0 | 0.94 | 0.23 |
| HSL | 63.87º | 0.89% | 0.41% | - |
| HSV(B) | 63.87º | 0.94% | 0.77% | - |
| XYZ | 40.03 | 50.27 | 7.91 | - |
| YUV | 172.21 | 37.02 | 137.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 197 | 11 | 0.06 | 0 | 0.94 | 0.23 | 63.87 | 0.89 | 0.41 |
| Hex | B9 | C5 | B | 6 | 0 | 5E | 17 | 40 | 59 | 29 |
| Octal | 271 | 305 | 13 | 6 | 0 | 136 | 27 | 100 | 131 | 51 |
| Binary | 10111001 | 11000101 | 1011 | 110 | 0 | 1011110 | 10111 | 1000000 | 1011001 | 101001 |
Color Harmonies of #B9C50B
Complementary color
Monochromatic Colors of #B9C50B
Black with #B9C50B
Text Example
Text Example
White with #B9C50B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C50B; }
p { color: rgb(185,197,11); }
H1.HeaderClassName
{
color: #B9C50B;
}
.AnyTagClassName
{
color: #B9C50B;
}
</style>
background-color css
<style>
a { background-color: #B9C50B; }
a { background-color: rgb(185,197,11); }
div.DivClassName
{
background-color: #B9C50B;
}
.BgClassName
{
background-color: #B9C50B;
}
</style>
border-color css
<style>
span { border-color: #B9C50B; }
span { border-color: rgb(185,197,11); }
td.TdClassName
{
border-color: #B9C50B;
}
.TagClassName
{
border-color: #B9C50B;
}
</style>