Shades of La Rioja #B1C407
Tints of La Rioja #B1C407
RGB
CMYK
RGB Variations
Color information
#B1C407 (or 0xB1C407) is known color: La Rioja. HEX triplet: B1, C4 and 07. RGB value is (177,196,7). Sum of RGB (Red+Green+Blue) = 177+196+7=380 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.58% from 380); Green value is 196 (76.95% from 255 or 51.58% from 380); Blue value is 7 (3.12% from 255 or 1.84% from 380); Max value from RGB is 196 - color contains mainly: green. Hex color #B1C407 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1C407 is #4E3BF8. Grayscale: #A9A9A9. Windows color (decimal): -5127161 or 509105. OLE color: 509105.
HSL color Cylindrical-coordinate representation of color #B1C407: hue angle of 66.03º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B1C407 is Cyan = 0.10, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 177 | 196 | 7 | - |
| CMYK | 0.10 | 0 | 0.96 | 0.23 |
| HSL | 66.03º | 0.93% | 0.4% | - |
| HSV(B) | 66.03º | 0.96% | 0.77% | - |
| XYZ | 37.91 | 48.84 | 7.63 | - |
| YUV | 168.77 | 36.71 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 196 | 7 | 0.10 | 0 | 0.96 | 0.23 | 66.03 | 0.93 | 0.4 |
| Hex | B1 | C4 | 7 | A | 0 | 60 | 17 | 42 | 5D | 28 |
| Octal | 261 | 304 | 7 | 12 | 0 | 140 | 27 | 102 | 135 | 50 |
| Binary | 10110001 | 11000100 | 111 | 1010 | 0 | 1100000 | 10111 | 1000010 | 1011101 | 101000 |
Color Harmonies of #B1C407
Complementary color
Monochromatic Colors of #B1C407
Black with #B1C407
Text Example
Text Example
White with #B1C407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C407; }
p { color: rgb(177,196,7); }
H1.HeaderClassName
{
color: #B1C407;
}
.AnyTagClassName
{
color: #B1C407;
}
</style>
background-color css
<style>
a { background-color: #B1C407; }
a { background-color: rgb(177,196,7); }
div.DivClassName
{
background-color: #B1C407;
}
.BgClassName
{
background-color: #B1C407;
}
</style>
border-color css
<style>
span { border-color: #B1C407; }
span { border-color: rgb(177,196,7); }
td.TdClassName
{
border-color: #B1C407;
}
.TagClassName
{
border-color: #B1C407;
}
</style>