Shades of La Rioja #B9C410
Tints of La Rioja #B9C410
RGB
CMYK
RGB Variations
Color information
#B9C410 (or 0xB9C410) is known color: La Rioja. HEX triplet: B9, C4 and 10. RGB value is (185,196,16). Sum of RGB (Red+Green+Blue) = 185+196+16=397 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.60% from 397); Green value is 196 (76.95% from 255 or 49.37% from 397); Blue value is 16 (6.64% from 255 or 4.03% from 397); Max value from RGB is 196 - color contains mainly: green. Hex color #B9C410 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9C410 is #463BEF. Grayscale: #ACACAC. Windows color (decimal): -4602864 or 1098937. OLE color: 1098937.
HSL color Cylindrical-coordinate representation of color #B9C410: hue angle of 63.67º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B9C410 is Cyan = 0.06, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 185 | 196 | 16 | - |
| CMYK | 0.06 | 0 | 0.92 | 0.23 |
| HSL | 63.67º | 0.85% | 0.42% | - |
| HSV(B) | 63.67º | 0.92% | 0.77% | - |
| XYZ | 39.84 | 49.83 | 8.01 | - |
| YUV | 172.19 | 39.86 | 137.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 196 | 16 | 0.06 | 0 | 0.92 | 0.23 | 63.67 | 0.85 | 0.42 |
| Hex | B9 | C4 | 10 | 6 | 0 | 5C | 17 | 40 | 55 | 2A |
| Octal | 271 | 304 | 20 | 6 | 0 | 134 | 27 | 100 | 125 | 52 |
| Binary | 10111001 | 11000100 | 10000 | 110 | 0 | 1011100 | 10111 | 1000000 | 1010101 | 101010 |
Color Harmonies of #B9C410
Complementary color
Monochromatic Colors of #B9C410
Black with #B9C410
Text Example
Text Example
White with #B9C410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C410; }
p { color: rgb(185,196,16); }
H1.HeaderClassName
{
color: #B9C410;
}
.AnyTagClassName
{
color: #B9C410;
}
</style>
background-color css
<style>
a { background-color: #B9C410; }
a { background-color: rgb(185,196,16); }
div.DivClassName
{
background-color: #B9C410;
}
.BgClassName
{
background-color: #B9C410;
}
</style>
border-color css
<style>
span { border-color: #B9C410; }
span { border-color: rgb(185,196,16); }
td.TdClassName
{
border-color: #B9C410;
}
.TagClassName
{
border-color: #B9C410;
}
</style>