Shades of La Rioja #B9C00B
Tints of La Rioja #B9C00B
RGB
CMYK
RGB Variations
Color information
#B9C00B (or 0xB9C00B) is known color: La Rioja. HEX triplet: B9, C0 and 0B. RGB value is (185,192,11). Sum of RGB (Red+Green+Blue) = 185+192+11=388 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.68% from 388); Green value is 192 (75.39% from 255 or 49.48% from 388); Blue value is 11 (4.69% from 255 or 2.84% from 388); Max value from RGB is 192 - color contains mainly: green. Hex color #B9C00B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9C00B is #463FF4. Grayscale: #A9A9A9. Windows color (decimal): -4603893 or 770233. OLE color: 770233.
HSL color Cylindrical-coordinate representation of color #B9C00B: hue angle of 62.32º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B9C00B is Cyan = 0.04, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 185 | 192 | 11 | - |
| CMYK | 0.04 | 0 | 0.94 | 0.25 |
| HSL | 62.32º | 0.89% | 0.4% | - |
| HSV(B) | 62.32º | 0.94% | 0.75% | - |
| XYZ | 38.92 | 48.04 | 7.54 | - |
| YUV | 169.27 | 38.68 | 139.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 192 | 11 | 0.04 | 0 | 0.94 | 0.25 | 62.32 | 0.89 | 0.4 |
| Hex | B9 | C0 | B | 4 | 0 | 5E | 19 | 3E | 59 | 28 |
| Octal | 271 | 300 | 13 | 4 | 0 | 136 | 31 | 76 | 131 | 50 |
| Binary | 10111001 | 11000000 | 1011 | 100 | 0 | 1011110 | 11001 | 111110 | 1011001 | 101000 |
Color Harmonies of #B9C00B
Complementary color
Monochromatic Colors of #B9C00B
Black with #B9C00B
Text Example
Text Example
White with #B9C00B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C00B; }
p { color: rgb(185,192,11); }
H1.HeaderClassName
{
color: #B9C00B;
}
.AnyTagClassName
{
color: #B9C00B;
}
</style>
background-color css
<style>
a { background-color: #B9C00B; }
a { background-color: rgb(185,192,11); }
div.DivClassName
{
background-color: #B9C00B;
}
.BgClassName
{
background-color: #B9C00B;
}
</style>
border-color css
<style>
span { border-color: #B9C00B; }
span { border-color: rgb(185,192,11); }
td.TdClassName
{
border-color: #B9C00B;
}
.TagClassName
{
border-color: #B9C00B;
}
</style>