Shades of La Rioja #BDC40F
Tints of La Rioja #BDC40F
RGB
CMYK
RGB Variations
Color information
#BDC40F (or 0xBDC40F) is known color: La Rioja. HEX triplet: BD, C4 and 0F. RGB value is (189,196,15). Sum of RGB (Red+Green+Blue) = 189+196+15=400 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.25% from 400); Green value is 196 (76.95% from 255 or 49% from 400); Blue value is 15 (6.25% from 255 or 3.75% from 400); Max value from RGB is 196 - color contains mainly: green. Hex color #BDC40F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC40F is #423BF0. Grayscale: #ADADAD. Windows color (decimal): -4340721 or 1033405. OLE color: 1033405.
HSL color Cylindrical-coordinate representation of color #BDC40F: hue angle of 62.32º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BDC40F is Cyan = 0.04, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 189 | 196 | 15 | - |
| CMYK | 0.04 | 0 | 0.92 | 0.23 |
| HSL | 62.32º | 0.86% | 0.41% | - |
| HSV(B) | 62.32º | 0.92% | 0.77% | - |
| XYZ | 40.81 | 50.33 | 8.02 | - |
| YUV | 173.27 | 38.68 | 139.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 196 | 15 | 0.04 | 0 | 0.92 | 0.23 | 62.32 | 0.86 | 0.41 |
| Hex | BD | C4 | F | 4 | 0 | 5C | 17 | 3E | 56 | 29 |
| Octal | 275 | 304 | 17 | 4 | 0 | 134 | 27 | 76 | 126 | 51 |
| Binary | 10111101 | 11000100 | 1111 | 100 | 0 | 1011100 | 10111 | 111110 | 1010110 | 101001 |
Color Harmonies of #BDC40F
Complementary color
Monochromatic Colors of #BDC40F
Black with #BDC40F
Text Example
Text Example
White with #BDC40F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC40F; }
p { color: rgb(189,196,15); }
H1.HeaderClassName
{
color: #BDC40F;
}
.AnyTagClassName
{
color: #BDC40F;
}
</style>
background-color css
<style>
a { background-color: #BDC40F; }
a { background-color: rgb(189,196,15); }
div.DivClassName
{
background-color: #BDC40F;
}
.BgClassName
{
background-color: #BDC40F;
}
</style>
border-color css
<style>
span { border-color: #BDC40F; }
span { border-color: rgb(189,196,15); }
td.TdClassName
{
border-color: #BDC40F;
}
.TagClassName
{
border-color: #BDC40F;
}
</style>