Shades of La Rioja #B1C112
Tints of La Rioja #B1C112
RGB
CMYK
RGB Variations
Color information
#B1C112 (or 0xB1C112) is known color: La Rioja. HEX triplet: B1, C1 and 12. RGB value is (177,193,18). Sum of RGB (Red+Green+Blue) = 177+193+18=388 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.62% from 388); Green value is 193 (75.78% from 255 or 49.74% from 388); Blue value is 18 (7.42% from 255 or 4.64% from 388); Max value from RGB is 193 - color contains mainly: green. Hex color #B1C112 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1C112 is #4E3EED. Grayscale: #A8A8A8. Windows color (decimal): -5127918 or 1229233. OLE color: 1229233.
HSL color Cylindrical-coordinate representation of color #B1C112: hue angle of 65.49º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B1C112 is Cyan = 0.08, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 177 | 193 | 18 | - |
| CMYK | 0.08 | 0 | 0.91 | 0.24 |
| HSL | 65.49º | 0.83% | 0.41% | - |
| HSV(B) | 65.49º | 0.91% | 0.76% | - |
| XYZ | 37.31 | 47.53 | 7.78 | - |
| YUV | 168.27 | 43.2 | 134.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 193 | 18 | 0.08 | 0 | 0.91 | 0.24 | 65.49 | 0.83 | 0.41 |
| Hex | B1 | C1 | 12 | 8 | 0 | 5B | 18 | 41 | 53 | 29 |
| Octal | 261 | 301 | 22 | 10 | 0 | 133 | 30 | 101 | 123 | 51 |
| Binary | 10110001 | 11000001 | 10010 | 1000 | 0 | 1011011 | 11000 | 1000001 | 1010011 | 101001 |
Color Harmonies of #B1C112
Complementary color
Monochromatic Colors of #B1C112
Black with #B1C112
Text Example
Text Example
White with #B1C112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C112; }
p { color: rgb(177,193,18); }
H1.HeaderClassName
{
color: #B1C112;
}
.AnyTagClassName
{
color: #B1C112;
}
</style>
background-color css
<style>
a { background-color: #B1C112; }
a { background-color: rgb(177,193,18); }
div.DivClassName
{
background-color: #B1C112;
}
.BgClassName
{
background-color: #B1C112;
}
</style>
border-color css
<style>
span { border-color: #B1C112; }
span { border-color: rgb(177,193,18); }
td.TdClassName
{
border-color: #B1C112;
}
.TagClassName
{
border-color: #B1C112;
}
</style>