Shades of La Rioja #BDC70C
Tints of La Rioja #BDC70C
RGB
CMYK
RGB Variations
Color information
#BDC70C (or 0xBDC70C) is known color: La Rioja. HEX triplet: BD, C7 and 0C. RGB value is (189,199,12). Sum of RGB (Red+Green+Blue) = 189+199+12=400 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.25% from 400); Green value is 199 (78.12% from 255 or 49.75% from 400); Blue value is 12 (5.08% from 255 or 3% from 400); Max value from RGB is 199 - color contains mainly: green. Hex color #BDC70C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC70C is #4238F3. Grayscale: #AFAFAF. Windows color (decimal): -4339956 or 837565. OLE color: 837565.
HSL color Cylindrical-coordinate representation of color #BDC70C: hue angle of 63.21º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BDC70C is Cyan = 0.05, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 199 | 12 | - |
| CMYK | 0.05 | 0 | 0.94 | 0.22 |
| HSL | 63.21º | 0.89% | 0.41% | - |
| HSV(B) | 63.21º | 0.94% | 0.78% | - |
| XYZ | 41.48 | 51.69 | 8.14 | - |
| YUV | 174.69 | 36.19 | 138.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 199 | 12 | 0.05 | 0 | 0.94 | 0.22 | 63.21 | 0.89 | 0.41 |
| Hex | BD | C7 | C | 5 | 0 | 5E | 16 | 3F | 59 | 29 |
| Octal | 275 | 307 | 14 | 5 | 0 | 136 | 26 | 77 | 131 | 51 |
| Binary | 10111101 | 11000111 | 1100 | 101 | 0 | 1011110 | 10110 | 111111 | 1011001 | 101001 |
Color Harmonies of #BDC70C
Complementary color
Monochromatic Colors of #BDC70C
Black with #BDC70C
Text Example
Text Example
White with #BDC70C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC70C; }
p { color: rgb(189,199,12); }
H1.HeaderClassName
{
color: #BDC70C;
}
.AnyTagClassName
{
color: #BDC70C;
}
</style>
background-color css
<style>
a { background-color: #BDC70C; }
a { background-color: rgb(189,199,12); }
div.DivClassName
{
background-color: #BDC70C;
}
.BgClassName
{
background-color: #BDC70C;
}
</style>
border-color css
<style>
span { border-color: #BDC70C; }
span { border-color: rgb(189,199,12); }
td.TdClassName
{
border-color: #BDC70C;
}
.TagClassName
{
border-color: #BDC70C;
}
</style>