Shades of La Rioja #B1C001
Tints of La Rioja #B1C001
RGB
CMYK
RGB Variations
Color information
#B1C001 (or 0xB1C001) is known color: La Rioja. HEX triplet: B1, C0 and 01. RGB value is (177,192,1). Sum of RGB (Red+Green+Blue) = 177+192+1=370 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.84% from 370); Green value is 192 (75.39% from 255 or 51.89% from 370); Blue value is 1 (0.78% from 255 or 0.27% from 370); Max value from RGB is 192 - color contains mainly: green. Hex color #B1C001 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1C001 is #4E3FFE. Grayscale: #A6A6A6. Windows color (decimal): -5128191 or 114865. OLE color: 114865.
HSL color Cylindrical-coordinate representation of color #B1C001: hue angle of 64.71º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B1C001 is Cyan = 0.08, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 177 | 192 | 1 | - |
| CMYK | 0.08 | 0 | 0.99 | 0.25 |
| HSL | 64.71º | 0.99% | 0.38% | - |
| HSV(B) | 64.71º | 0.99% | 0.75% | - |
| XYZ | 36.99 | 47.05 | 7.16 | - |
| YUV | 165.74 | 35.03 | 136.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 192 | 1 | 0.08 | 0 | 0.99 | 0.25 | 64.71 | 0.99 | 0.38 |
| Hex | B1 | C0 | 1 | 8 | 0 | 63 | 19 | 41 | 63 | 26 |
| Octal | 261 | 300 | 1 | 10 | 0 | 143 | 31 | 101 | 143 | 46 |
| Binary | 10110001 | 11000000 | 1 | 1000 | 0 | 1100011 | 11001 | 1000001 | 1100011 | 100110 |
Color Harmonies of #B1C001
Complementary color
Monochromatic Colors of #B1C001
Black with #B1C001
Text Example
Text Example
White with #B1C001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C001; }
p { color: rgb(177,192,1); }
H1.HeaderClassName
{
color: #B1C001;
}
.AnyTagClassName
{
color: #B1C001;
}
</style>
background-color css
<style>
a { background-color: #B1C001; }
a { background-color: rgb(177,192,1); }
div.DivClassName
{
background-color: #B1C001;
}
.BgClassName
{
background-color: #B1C001;
}
</style>
border-color css
<style>
span { border-color: #B1C001; }
span { border-color: rgb(177,192,1); }
td.TdClassName
{
border-color: #B1C001;
}
.TagClassName
{
border-color: #B1C001;
}
</style>