Shades of La Rioja #B1BD14
Tints of La Rioja #B1BD14
RGB
CMYK
RGB Variations
Color information
#B1BD14 (or 0xB1BD14) is known color: La Rioja. HEX triplet: B1, BD and 14. RGB value is (177,189,20). Sum of RGB (Red+Green+Blue) = 177+189+20=386 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.85% from 386); Green value is 189 (74.22% from 255 or 48.96% from 386); Blue value is 20 (8.20% from 255 or 5.18% from 386); Max value from RGB is 189 - color contains mainly: green. Hex color #B1BD14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1BD14 is #4E42EB. Grayscale: #A6A6A6. Windows color (decimal): -5128940 or 1359281. OLE color: 1359281.
HSL color Cylindrical-coordinate representation of color #B1BD14: hue angle of 64.26º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B1BD14 is Cyan = 0.06, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 177 | 189 | 20 | - |
| CMYK | 0.06 | 0 | 0.89 | 0.26 |
| HSL | 64.26º | 0.81% | 0.41% | - |
| HSV(B) | 64.26º | 0.89% | 0.74% | - |
| XYZ | 36.46 | 45.79 | 7.58 | - |
| YUV | 166.15 | 45.52 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 189 | 20 | 0.06 | 0 | 0.89 | 0.26 | 64.26 | 0.81 | 0.41 |
| Hex | B1 | BD | 14 | 6 | 0 | 59 | 1A | 40 | 51 | 29 |
| Octal | 261 | 275 | 24 | 6 | 0 | 131 | 32 | 100 | 121 | 51 |
| Binary | 10110001 | 10111101 | 10100 | 110 | 0 | 1011001 | 11010 | 1000000 | 1010001 | 101001 |
Color Harmonies of #B1BD14
Complementary color
Monochromatic Colors of #B1BD14
Black with #B1BD14
Text Example
Text Example
White with #B1BD14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BD14; }
p { color: rgb(177,189,20); }
H1.HeaderClassName
{
color: #B1BD14;
}
.AnyTagClassName
{
color: #B1BD14;
}
</style>
background-color css
<style>
a { background-color: #B1BD14; }
a { background-color: rgb(177,189,20); }
div.DivClassName
{
background-color: #B1BD14;
}
.BgClassName
{
background-color: #B1BD14;
}
</style>
border-color css
<style>
span { border-color: #B1BD14; }
span { border-color: rgb(177,189,20); }
td.TdClassName
{
border-color: #B1BD14;
}
.TagClassName
{
border-color: #B1BD14;
}
</style>