Shades of La Rioja #B9C010
Tints of La Rioja #B9C010
RGB
CMYK
RGB Variations
Color information
#B9C010 (or 0xB9C010) is known color: La Rioja. HEX triplet: B9, C0 and 10. RGB value is (185,192,16). Sum of RGB (Red+Green+Blue) = 185+192+16=393 (52% of max value = 765). Red value is 185 (72.66% from 255 or 47.07% from 393); Green value is 192 (75.39% from 255 or 48.85% from 393); Blue value is 16 (6.64% from 255 or 4.07% from 393); Max value from RGB is 192 - color contains mainly: green. Hex color #B9C010 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9C010 is #463FEF. Grayscale: #AAAAAA. Windows color (decimal): -4603888 or 1097913. OLE color: 1097913.
HSL color Cylindrical-coordinate representation of color #B9C010: hue angle of 62.39º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B9C010 is Cyan = 0.04, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 185 | 192 | 16 | - |
| CMYK | 0.04 | 0 | 0.92 | 0.25 |
| HSL | 62.39º | 0.85% | 0.41% | - |
| HSV(B) | 62.39º | 0.92% | 0.75% | - |
| XYZ | 38.95 | 48.05 | 7.71 | - |
| YUV | 169.84 | 41.18 | 138.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 192 | 16 | 0.04 | 0 | 0.92 | 0.25 | 62.39 | 0.85 | 0.41 |
| Hex | B9 | C0 | 10 | 4 | 0 | 5C | 19 | 3E | 55 | 29 |
| Octal | 271 | 300 | 20 | 4 | 0 | 134 | 31 | 76 | 125 | 51 |
| Binary | 10111001 | 11000000 | 10000 | 100 | 0 | 1011100 | 11001 | 111110 | 1010101 | 101001 |
Color Harmonies of #B9C010
Complementary color
Monochromatic Colors of #B9C010
Black with #B9C010
Text Example
Text Example
White with #B9C010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C010; }
p { color: rgb(185,192,16); }
H1.HeaderClassName
{
color: #B9C010;
}
.AnyTagClassName
{
color: #B9C010;
}
</style>
background-color css
<style>
a { background-color: #B9C010; }
a { background-color: rgb(185,192,16); }
div.DivClassName
{
background-color: #B9C010;
}
.BgClassName
{
background-color: #B9C010;
}
</style>
border-color css
<style>
span { border-color: #B9C010; }
span { border-color: rgb(185,192,16); }
td.TdClassName
{
border-color: #B9C010;
}
.TagClassName
{
border-color: #B9C010;
}
</style>