Shades of La Rioja #B9C112
Tints of La Rioja #B9C112
RGB
CMYK
RGB Variations
Color information
#B9C112 (or 0xB9C112) is known color: La Rioja. HEX triplet: B9, C1 and 12. RGB value is (185,193,18). Sum of RGB (Red+Green+Blue) = 185+193+18=396 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.72% from 396); Green value is 193 (75.78% from 255 or 48.74% from 396); Blue value is 18 (7.42% from 255 or 4.55% from 396); Max value from RGB is 193 - color contains mainly: green. Hex color #B9C112 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9C112 is #463EED. Grayscale: #ABABAB. Windows color (decimal): -4603630 or 1229241. OLE color: 1229241.
HSL color Cylindrical-coordinate representation of color #B9C112: hue angle of 62.74º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B9C112 is Cyan = 0.04, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 185 | 193 | 18 | - |
| CMYK | 0.04 | 0 | 0.91 | 0.24 |
| HSL | 62.74º | 0.83% | 0.41% | - |
| HSV(B) | 62.74º | 0.91% | 0.76% | - |
| XYZ | 39.19 | 48.5 | 7.87 | - |
| YUV | 170.66 | 41.85 | 138.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 193 | 18 | 0.04 | 0 | 0.91 | 0.24 | 62.74 | 0.83 | 0.41 |
| Hex | B9 | C1 | 12 | 4 | 0 | 5B | 18 | 3F | 53 | 29 |
| Octal | 271 | 301 | 22 | 4 | 0 | 133 | 30 | 77 | 123 | 51 |
| Binary | 10111001 | 11000001 | 10010 | 100 | 0 | 1011011 | 11000 | 111111 | 1010011 | 101001 |
Color Harmonies of #B9C112
Complementary color
Monochromatic Colors of #B9C112
Black with #B9C112
Text Example
Text Example
White with #B9C112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C112; }
p { color: rgb(185,193,18); }
H1.HeaderClassName
{
color: #B9C112;
}
.AnyTagClassName
{
color: #B9C112;
}
</style>
background-color css
<style>
a { background-color: #B9C112; }
a { background-color: rgb(185,193,18); }
div.DivClassName
{
background-color: #B9C112;
}
.BgClassName
{
background-color: #B9C112;
}
</style>
border-color css
<style>
span { border-color: #B9C112; }
span { border-color: rgb(185,193,18); }
td.TdClassName
{
border-color: #B9C112;
}
.TagClassName
{
border-color: #B9C112;
}
</style>