Shades of La Rioja #B1C90B
Tints of La Rioja #B1C90B
RGB
CMYK
RGB Variations
Color information
#B1C90B (or 0xB1C90B) is known color: La Rioja. HEX triplet: B1, C9 and 0B. RGB value is (177,201,11). Sum of RGB (Red+Green+Blue) = 177+201+11=389 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.50% from 389); Green value is 201 (78.91% from 255 or 51.67% from 389); Blue value is 11 (4.69% from 255 or 2.83% from 389); Max value from RGB is 201 - color contains mainly: green. Hex color #B1C90B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1C90B is #4E36F4. Grayscale: #ACACAC. Windows color (decimal): -5125877 or 772529. OLE color: 772529.
HSL color Cylindrical-coordinate representation of color #B1C90B: hue angle of 67.58º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B1C90B is Cyan = 0.12, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 177 | 201 | 11 | - |
| CMYK | 0.12 | 0 | 0.95 | 0.21 |
| HSL | 67.58º | 0.9% | 0.42% | - |
| HSV(B) | 67.58º | 0.95% | 0.79% | - |
| XYZ | 39.08 | 51.14 | 8.13 | - |
| YUV | 172.16 | 37.05 | 131.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 201 | 11 | 0.12 | 0 | 0.95 | 0.21 | 67.58 | 0.9 | 0.42 |
| Hex | B1 | C9 | B | C | 0 | 5F | 15 | 44 | 5A | 2A |
| Octal | 261 | 311 | 13 | 14 | 0 | 137 | 25 | 104 | 132 | 52 |
| Binary | 10110001 | 11001001 | 1011 | 1100 | 0 | 1011111 | 10101 | 1000100 | 1011010 | 101010 |
Color Harmonies of #B1C90B
Complementary color
Monochromatic Colors of #B1C90B
Black with #B1C90B
Text Example
Text Example
White with #B1C90B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C90B; }
p { color: rgb(177,201,11); }
H1.HeaderClassName
{
color: #B1C90B;
}
.AnyTagClassName
{
color: #B1C90B;
}
</style>
background-color css
<style>
a { background-color: #B1C90B; }
a { background-color: rgb(177,201,11); }
div.DivClassName
{
background-color: #B1C90B;
}
.BgClassName
{
background-color: #B1C90B;
}
</style>
border-color css
<style>
span { border-color: #B1C90B; }
span { border-color: rgb(177,201,11); }
td.TdClassName
{
border-color: #B1C90B;
}
.TagClassName
{
border-color: #B1C90B;
}
</style>