Shades of La Rioja #B9C10F
Tints of La Rioja #B9C10F
RGB
CMYK
RGB Variations
Color information
#B9C10F (or 0xB9C10F) is known color: La Rioja. HEX triplet: B9, C1 and 0F. RGB value is (185,193,15). Sum of RGB (Red+Green+Blue) = 185+193+15=393 (52% of max value = 765). Red value is 185 (72.66% from 255 or 47.07% from 393); Green value is 193 (75.78% from 255 or 49.11% from 393); Blue value is 15 (6.25% from 255 or 3.82% from 393); Max value from RGB is 193 - color contains mainly: green. Hex color #B9C10F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9C10F is #463EF0. Grayscale: #ABABAB. Windows color (decimal): -4603633 or 1032633. OLE color: 1032633.
HSL color Cylindrical-coordinate representation of color #B9C10F: hue angle of 62.7º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B9C10F is Cyan = 0.04, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 185 | 193 | 15 | - |
| CMYK | 0.04 | 0 | 0.92 | 0.24 |
| HSL | 62.7º | 0.86% | 0.41% | - |
| HSV(B) | 62.7º | 0.92% | 0.76% | - |
| XYZ | 39.16 | 48.49 | 7.75 | - |
| YUV | 170.32 | 40.35 | 138.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 193 | 15 | 0.04 | 0 | 0.92 | 0.24 | 62.7 | 0.86 | 0.41 |
| Hex | B9 | C1 | F | 4 | 0 | 5C | 18 | 3F | 56 | 29 |
| Octal | 271 | 301 | 17 | 4 | 0 | 134 | 30 | 77 | 126 | 51 |
| Binary | 10111001 | 11000001 | 1111 | 100 | 0 | 1011100 | 11000 | 111111 | 1010110 | 101001 |
Color Harmonies of #B9C10F
Complementary color
Monochromatic Colors of #B9C10F
Black with #B9C10F
Text Example
Text Example
White with #B9C10F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C10F; }
p { color: rgb(185,193,15); }
H1.HeaderClassName
{
color: #B9C10F;
}
.AnyTagClassName
{
color: #B9C10F;
}
</style>
background-color css
<style>
a { background-color: #B9C10F; }
a { background-color: rgb(185,193,15); }
div.DivClassName
{
background-color: #B9C10F;
}
.BgClassName
{
background-color: #B9C10F;
}
</style>
border-color css
<style>
span { border-color: #B9C10F; }
span { border-color: rgb(185,193,15); }
td.TdClassName
{
border-color: #B9C10F;
}
.TagClassName
{
border-color: #B9C10F;
}
</style>