Shades of La Rioja #BDC80F
Tints of La Rioja #BDC80F
RGB
CMYK
RGB Variations
Color information
#BDC80F (or 0xBDC80F) is known color: La Rioja. HEX triplet: BD, C8 and 0F. RGB value is (189,200,15). Sum of RGB (Red+Green+Blue) = 189+200+15=404 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.78% from 404); Green value is 200 (78.52% from 255 or 49.50% from 404); Blue value is 15 (6.25% from 255 or 3.71% from 404); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC80F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC80F is #4237F0. Grayscale: #B0B0B0. Windows color (decimal): -4339697 or 1034429. OLE color: 1034429.
HSL color Cylindrical-coordinate representation of color #BDC80F: hue angle of 63.57º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BDC80F is Cyan = 0.06, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 200 | 15 | - |
| CMYK | 0.06 | 0 | 0.92 | 0.22 |
| HSL | 63.57º | 0.86% | 0.42% | - |
| HSV(B) | 63.57º | 0.93% | 0.78% | - |
| XYZ | 41.73 | 52.16 | 8.32 | - |
| YUV | 175.62 | 37.36 | 137.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 200 | 15 | 0.06 | 0 | 0.92 | 0.22 | 63.57 | 0.86 | 0.42 |
| Hex | BD | C8 | F | 6 | 0 | 5C | 16 | 40 | 56 | 2A |
| Octal | 275 | 310 | 17 | 6 | 0 | 134 | 26 | 100 | 126 | 52 |
| Binary | 10111101 | 11001000 | 1111 | 110 | 0 | 1011100 | 10110 | 1000000 | 1010110 | 101010 |
Color Harmonies of #BDC80F
Complementary color
Monochromatic Colors of #BDC80F
Black with #BDC80F
Text Example
Text Example
White with #BDC80F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC80F; }
p { color: rgb(189,200,15); }
H1.HeaderClassName
{
color: #BDC80F;
}
.AnyTagClassName
{
color: #BDC80F;
}
</style>
background-color css
<style>
a { background-color: #BDC80F; }
a { background-color: rgb(189,200,15); }
div.DivClassName
{
background-color: #BDC80F;
}
.BgClassName
{
background-color: #BDC80F;
}
</style>
border-color css
<style>
span { border-color: #BDC80F; }
span { border-color: rgb(189,200,15); }
td.TdClassName
{
border-color: #BDC80F;
}
.TagClassName
{
border-color: #BDC80F;
}
</style>