Shades of La Rioja #B9C60E
Tints of La Rioja #B9C60E
RGB
CMYK
RGB Variations
Color information
#B9C60E (or 0xB9C60E) is known color: La Rioja. HEX triplet: B9, C6 and 0E. RGB value is (185,198,14). Sum of RGB (Red+Green+Blue) = 185+198+14=397 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.60% from 397); Green value is 198 (77.73% from 255 or 49.87% from 397); Blue value is 14 (5.86% from 255 or 3.53% from 397); Max value from RGB is 198 - color contains mainly: green. Hex color #B9C60E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9C60E is #4639F1. Grayscale: #ADADAD. Windows color (decimal): -4602354 or 968377. OLE color: 968377.
HSL color Cylindrical-coordinate representation of color #B9C60E: hue angle of 64.24º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B9C60E is Cyan = 0.07, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 185 | 198 | 14 | - |
| CMYK | 0.07 | 0 | 0.93 | 0.22 |
| HSL | 64.24º | 0.87% | 0.42% | - |
| HSV(B) | 64.24º | 0.93% | 0.78% | - |
| XYZ | 40.28 | 50.73 | 8.09 | - |
| YUV | 173.14 | 38.19 | 136.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 198 | 14 | 0.07 | 0 | 0.93 | 0.22 | 64.24 | 0.87 | 0.42 |
| Hex | B9 | C6 | E | 7 | 0 | 5D | 16 | 40 | 57 | 2A |
| Octal | 271 | 306 | 16 | 7 | 0 | 135 | 26 | 100 | 127 | 52 |
| Binary | 10111001 | 11000110 | 1110 | 111 | 0 | 1011101 | 10110 | 1000000 | 1010111 | 101010 |
Color Harmonies of #B9C60E
Complementary color
Monochromatic Colors of #B9C60E
Black with #B9C60E
Text Example
Text Example
White with #B9C60E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C60E; }
p { color: rgb(185,198,14); }
H1.HeaderClassName
{
color: #B9C60E;
}
.AnyTagClassName
{
color: #B9C60E;
}
</style>
background-color css
<style>
a { background-color: #B9C60E; }
a { background-color: rgb(185,198,14); }
div.DivClassName
{
background-color: #B9C60E;
}
.BgClassName
{
background-color: #B9C60E;
}
</style>
border-color css
<style>
span { border-color: #B9C60E; }
span { border-color: rgb(185,198,14); }
td.TdClassName
{
border-color: #B9C60E;
}
.TagClassName
{
border-color: #B9C60E;
}
</style>