Shades of La Rioja #B9C313
Tints of La Rioja #B9C313
RGB
CMYK
RGB Variations
Color information
#B9C313 (or 0xB9C313) is known color: La Rioja. HEX triplet: B9, C3 and 13. RGB value is (185,195,19). Sum of RGB (Red+Green+Blue) = 185+195+19=399 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.37% from 399); Green value is 195 (76.56% from 255 or 48.87% from 399); Blue value is 19 (7.81% from 255 or 4.76% from 399); Max value from RGB is 195 - color contains mainly: green. Hex color #B9C313 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9C313 is #463CEC. Grayscale: #ACACAC. Windows color (decimal): -4603117 or 1295289. OLE color: 1295289.
HSL color Cylindrical-coordinate representation of color #B9C313: hue angle of 63.41º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B9C313 is Cyan = 0.05, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 185 | 195 | 19 | - |
| CMYK | 0.05 | 0 | 0.90 | 0.24 |
| HSL | 63.41º | 0.82% | 0.42% | - |
| HSV(B) | 63.41º | 0.9% | 0.76% | - |
| XYZ | 39.64 | 49.39 | 8.06 | - |
| YUV | 171.95 | 41.69 | 137.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 195 | 19 | 0.05 | 0 | 0.90 | 0.24 | 63.41 | 0.82 | 0.42 |
| Hex | B9 | C3 | 13 | 5 | 0 | 5A | 18 | 3F | 52 | 2A |
| Octal | 271 | 303 | 23 | 5 | 0 | 132 | 30 | 77 | 122 | 52 |
| Binary | 10111001 | 11000011 | 10011 | 101 | 0 | 1011010 | 11000 | 111111 | 1010010 | 101010 |
Color Harmonies of #B9C313
Complementary color
Monochromatic Colors of #B9C313
Black with #B9C313
Text Example
Text Example
White with #B9C313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C313; }
p { color: rgb(185,195,19); }
H1.HeaderClassName
{
color: #B9C313;
}
.AnyTagClassName
{
color: #B9C313;
}
</style>
background-color css
<style>
a { background-color: #B9C313; }
a { background-color: rgb(185,195,19); }
div.DivClassName
{
background-color: #B9C313;
}
.BgClassName
{
background-color: #B9C313;
}
</style>
border-color css
<style>
span { border-color: #B9C313; }
span { border-color: rgb(185,195,19); }
td.TdClassName
{
border-color: #B9C313;
}
.TagClassName
{
border-color: #B9C313;
}
</style>