Shades of La Rioja #B1C409
Tints of La Rioja #B1C409
RGB
CMYK
RGB Variations
Color information
#B1C409 (or 0xB1C409) is known color: La Rioja. HEX triplet: B1, C4 and 09. RGB value is (177,196,9). Sum of RGB (Red+Green+Blue) = 177+196+9=382 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.34% from 382); Green value is 196 (76.95% from 255 or 51.31% from 382); Blue value is 9 (3.91% from 255 or 2.36% from 382); Max value from RGB is 196 - color contains mainly: green. Hex color #B1C409 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1C409 is #4E3BF6. Grayscale: #A9A9A9. Windows color (decimal): -5127159 or 640177. OLE color: 640177.
HSL color Cylindrical-coordinate representation of color #B1C409: hue angle of 66.1º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B1C409 is Cyan = 0.10, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 177 | 196 | 9 | - |
| CMYK | 0.10 | 0 | 0.95 | 0.23 |
| HSL | 66.1º | 0.91% | 0.4% | - |
| HSV(B) | 66.1º | 0.95% | 0.77% | - |
| XYZ | 37.92 | 48.85 | 7.69 | - |
| YUV | 169 | 37.71 | 133.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 196 | 9 | 0.10 | 0 | 0.95 | 0.23 | 66.1 | 0.91 | 0.4 |
| Hex | B1 | C4 | 9 | A | 0 | 5F | 17 | 42 | 5B | 28 |
| Octal | 261 | 304 | 11 | 12 | 0 | 137 | 27 | 102 | 133 | 50 |
| Binary | 10110001 | 11000100 | 1001 | 1010 | 0 | 1011111 | 10111 | 1000010 | 1011011 | 101000 |
Color Harmonies of #B1C409
Complementary color
Monochromatic Colors of #B1C409
Black with #B1C409
Text Example
Text Example
White with #B1C409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C409; }
p { color: rgb(177,196,9); }
H1.HeaderClassName
{
color: #B1C409;
}
.AnyTagClassName
{
color: #B1C409;
}
</style>
background-color css
<style>
a { background-color: #B1C409; }
a { background-color: rgb(177,196,9); }
div.DivClassName
{
background-color: #B1C409;
}
.BgClassName
{
background-color: #B1C409;
}
</style>
border-color css
<style>
span { border-color: #B1C409; }
span { border-color: rgb(177,196,9); }
td.TdClassName
{
border-color: #B1C409;
}
.TagClassName
{
border-color: #B1C409;
}
</style>