Shades of La Rioja #BDC30F
Tints of La Rioja #BDC30F
RGB
CMYK
RGB Variations
Color information
#BDC30F (or 0xBDC30F) is known color: La Rioja. HEX triplet: BD, C3 and 0F. RGB value is (189,195,15). Sum of RGB (Red+Green+Blue) = 189+195+15=399 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.37% from 399); Green value is 195 (76.56% from 255 or 48.87% from 399); Blue value is 15 (6.25% from 255 or 3.76% from 399); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC30F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC30F is #423CF0. Grayscale: #ADADAD. Windows color (decimal): -4340977 or 1033149. OLE color: 1033149.
HSL color Cylindrical-coordinate representation of color #BDC30F: hue angle of 62º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BDC30F is Cyan = 0.03, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 195 | 15 | - |
| CMYK | 0.03 | 0 | 0.92 | 0.24 |
| HSL | 62º | 0.86% | 0.41% | - |
| HSV(B) | 62º | 0.92% | 0.76% | - |
| XYZ | 40.59 | 49.88 | 7.94 | - |
| YUV | 172.69 | 39.01 | 139.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 195 | 15 | 0.03 | 0 | 0.92 | 0.24 | 62 | 0.86 | 0.41 |
| Hex | BD | C3 | F | 3 | 0 | 5C | 18 | 3E | 56 | 29 |
| Octal | 275 | 303 | 17 | 3 | 0 | 134 | 30 | 76 | 126 | 51 |
| Binary | 10111101 | 11000011 | 1111 | 11 | 0 | 1011100 | 11000 | 111110 | 1010110 | 101001 |
Color Harmonies of #BDC30F
Complementary color
Monochromatic Colors of #BDC30F
Black with #BDC30F
Text Example
Text Example
White with #BDC30F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC30F; }
p { color: rgb(189,195,15); }
H1.HeaderClassName
{
color: #BDC30F;
}
.AnyTagClassName
{
color: #BDC30F;
}
</style>
background-color css
<style>
a { background-color: #BDC30F; }
a { background-color: rgb(189,195,15); }
div.DivClassName
{
background-color: #BDC30F;
}
.BgClassName
{
background-color: #BDC30F;
}
</style>
border-color css
<style>
span { border-color: #BDC30F; }
span { border-color: rgb(189,195,15); }
td.TdClassName
{
border-color: #BDC30F;
}
.TagClassName
{
border-color: #BDC30F;
}
</style>