Shades of La Rioja #B1BD06
Tints of La Rioja #B1BD06
RGB
CMYK
RGB Variations
Color information
#B1BD06 (or 0xB1BD06) is known color: La Rioja. HEX triplet: B1, BD and 06. RGB value is (177,189,6). Sum of RGB (Red+Green+Blue) = 177+189+6=372 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.58% from 372); Green value is 189 (74.22% from 255 or 50.81% from 372); Blue value is 6 (2.73% from 255 or 1.61% from 372); Max value from RGB is 189 - color contains mainly: green. Hex color #B1BD06 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1BD06 is #4E42F9. Grayscale: #A5A5A5. Windows color (decimal): -5128954 or 441777. OLE color: 441777.
HSL color Cylindrical-coordinate representation of color #B1BD06: hue angle of 63.93º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B1BD06 is Cyan = 0.06, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 177 | 189 | 6 | - |
| CMYK | 0.06 | 0 | 0.97 | 0.26 |
| HSL | 63.93º | 0.94% | 0.38% | - |
| HSV(B) | 63.93º | 0.97% | 0.74% | - |
| XYZ | 36.36 | 45.76 | 7.09 | - |
| YUV | 164.55 | 38.52 | 136.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 189 | 6 | 0.06 | 0 | 0.97 | 0.26 | 63.93 | 0.94 | 0.38 |
| Hex | B1 | BD | 6 | 6 | 0 | 61 | 1A | 40 | 5E | 26 |
| Octal | 261 | 275 | 6 | 6 | 0 | 141 | 32 | 100 | 136 | 46 |
| Binary | 10110001 | 10111101 | 110 | 110 | 0 | 1100001 | 11010 | 1000000 | 1011110 | 100110 |
Color Harmonies of #B1BD06
Complementary color
Monochromatic Colors of #B1BD06
Black with #B1BD06
Text Example
Text Example
White with #B1BD06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BD06; }
p { color: rgb(177,189,6); }
H1.HeaderClassName
{
color: #B1BD06;
}
.AnyTagClassName
{
color: #B1BD06;
}
</style>
background-color css
<style>
a { background-color: #B1BD06; }
a { background-color: rgb(177,189,6); }
div.DivClassName
{
background-color: #B1BD06;
}
.BgClassName
{
background-color: #B1BD06;
}
</style>
border-color css
<style>
span { border-color: #B1BD06; }
span { border-color: rgb(177,189,6); }
td.TdClassName
{
border-color: #B1BD06;
}
.TagClassName
{
border-color: #B1BD06;
}
</style>