Shades of La Rioja #B1C005
Tints of La Rioja #B1C005
RGB
CMYK
RGB Variations
Color information
#B1C005 (or 0xB1C005) is known color: La Rioja. HEX triplet: B1, C0 and 05. RGB value is (177,192,5). Sum of RGB (Red+Green+Blue) = 177+192+5=374 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.33% from 374); Green value is 192 (75.39% from 255 or 51.34% from 374); Blue value is 5 (2.34% from 255 or 1.34% from 374); Max value from RGB is 192 - color contains mainly: green. Hex color #B1C005 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1C005 is #4E3FFA. Grayscale: #A6A6A6. Windows color (decimal): -5128187 or 377009. OLE color: 377009.
HSL color Cylindrical-coordinate representation of color #B1C005: hue angle of 64.81º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B1C005 is Cyan = 0.08, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 177 | 192 | 5 | - |
| CMYK | 0.08 | 0 | 0.97 | 0.25 |
| HSL | 64.81º | 0.95% | 0.39% | - |
| HSV(B) | 64.81º | 0.97% | 0.75% | - |
| XYZ | 37.01 | 47.06 | 7.28 | - |
| YUV | 166.2 | 37.03 | 135.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 192 | 5 | 0.08 | 0 | 0.97 | 0.25 | 64.81 | 0.95 | 0.39 |
| Hex | B1 | C0 | 5 | 8 | 0 | 61 | 19 | 41 | 5F | 27 |
| Octal | 261 | 300 | 5 | 10 | 0 | 141 | 31 | 101 | 137 | 47 |
| Binary | 10110001 | 11000000 | 101 | 1000 | 0 | 1100001 | 11001 | 1000001 | 1011111 | 100111 |
Color Harmonies of #B1C005
Complementary color
Monochromatic Colors of #B1C005
Black with #B1C005
Text Example
Text Example
White with #B1C005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C005; }
p { color: rgb(177,192,5); }
H1.HeaderClassName
{
color: #B1C005;
}
.AnyTagClassName
{
color: #B1C005;
}
</style>
background-color css
<style>
a { background-color: #B1C005; }
a { background-color: rgb(177,192,5); }
div.DivClassName
{
background-color: #B1C005;
}
.BgClassName
{
background-color: #B1C005;
}
</style>
border-color css
<style>
span { border-color: #B1C005; }
span { border-color: rgb(177,192,5); }
td.TdClassName
{
border-color: #B1C005;
}
.TagClassName
{
border-color: #B1C005;
}
</style>