Shades of La Rioja #BDC80A
Tints of La Rioja #BDC80A
RGB
CMYK
RGB Variations
Color information
#BDC80A (or 0xBDC80A) is known color: La Rioja. HEX triplet: BD, C8 and 0A. RGB value is (189,200,10). Sum of RGB (Red+Green+Blue) = 189+200+10=399 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.37% from 399); Green value is 200 (78.52% from 255 or 50.13% from 399); Blue value is 10 (4.30% from 255 or 2.51% from 399); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC80A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC80A is #4237F5. Grayscale: #AFAFAF. Windows color (decimal): -4339702 or 706749. OLE color: 706749.
HSL color Cylindrical-coordinate representation of color #BDC80A: hue angle of 63.47º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BDC80A is Cyan = 0.06, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 200 | 10 | - |
| CMYK | 0.06 | 0 | 0.95 | 0.22 |
| HSL | 63.47º | 0.9% | 0.41% | - |
| HSV(B) | 63.47º | 0.95% | 0.78% | - |
| XYZ | 41.7 | 52.15 | 8.16 | - |
| YUV | 175.05 | 34.86 | 137.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 200 | 10 | 0.06 | 0 | 0.95 | 0.22 | 63.47 | 0.9 | 0.41 |
| Hex | BD | C8 | A | 6 | 0 | 5F | 16 | 3F | 5A | 29 |
| Octal | 275 | 310 | 12 | 6 | 0 | 137 | 26 | 77 | 132 | 51 |
| Binary | 10111101 | 11001000 | 1010 | 110 | 0 | 1011111 | 10110 | 111111 | 1011010 | 101001 |
Color Harmonies of #BDC80A
Complementary color
Monochromatic Colors of #BDC80A
Black with #BDC80A
Text Example
Text Example
White with #BDC80A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC80A; }
p { color: rgb(189,200,10); }
H1.HeaderClassName
{
color: #BDC80A;
}
.AnyTagClassName
{
color: #BDC80A;
}
</style>
background-color css
<style>
a { background-color: #BDC80A; }
a { background-color: rgb(189,200,10); }
div.DivClassName
{
background-color: #BDC80A;
}
.BgClassName
{
background-color: #BDC80A;
}
</style>
border-color css
<style>
span { border-color: #BDC80A; }
span { border-color: rgb(189,200,10); }
td.TdClassName
{
border-color: #BDC80A;
}
.TagClassName
{
border-color: #BDC80A;
}
</style>