Shades of La Rioja #BDC114
Tints of La Rioja #BDC114
RGB
CMYK
RGB Variations
Color information
#BDC114 (or 0xBDC114) is known color: La Rioja. HEX triplet: BD, C1 and 14. RGB value is (189,193,20). Sum of RGB (Red+Green+Blue) = 189+193+20=402 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.01% from 402); Green value is 193 (75.78% from 255 or 48.01% from 402); Blue value is 20 (8.20% from 255 or 4.98% from 402); Max value from RGB is 193 - color contains mainly: green. Hex color #BDC114 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC114 is #423EEB. Grayscale: #ACACAC. Windows color (decimal): -4341484 or 1360317. OLE color: 1360317.
HSL color Cylindrical-coordinate representation of color #BDC114: hue angle of 61.39º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BDC114 is Cyan = 0.02, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 193 | 20 | - |
| CMYK | 0.02 | 0 | 0.90 | 0.24 |
| HSL | 61.39º | 0.81% | 0.42% | - |
| HSV(B) | 61.39º | 0.9% | 0.76% | - |
| XYZ | 40.18 | 49.01 | 8 | - |
| YUV | 172.08 | 42.17 | 140.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 193 | 20 | 0.02 | 0 | 0.90 | 0.24 | 61.39 | 0.81 | 0.42 |
| Hex | BD | C1 | 14 | 2 | 0 | 5A | 18 | 3D | 51 | 2A |
| Octal | 275 | 301 | 24 | 2 | 0 | 132 | 30 | 75 | 121 | 52 |
| Binary | 10111101 | 11000001 | 10100 | 10 | 0 | 1011010 | 11000 | 111101 | 1010001 | 101010 |
Color Harmonies of #BDC114
Complementary color
Monochromatic Colors of #BDC114
Black with #BDC114
Text Example
Text Example
White with #BDC114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC114; }
p { color: rgb(189,193,20); }
H1.HeaderClassName
{
color: #BDC114;
}
.AnyTagClassName
{
color: #BDC114;
}
</style>
background-color css
<style>
a { background-color: #BDC114; }
a { background-color: rgb(189,193,20); }
div.DivClassName
{
background-color: #BDC114;
}
.BgClassName
{
background-color: #BDC114;
}
</style>
border-color css
<style>
span { border-color: #BDC114; }
span { border-color: rgb(189,193,20); }
td.TdClassName
{
border-color: #BDC114;
}
.TagClassName
{
border-color: #BDC114;
}
</style>