Shades of La Rioja #BDD30A
Tints of La Rioja #BDD30A
RGB
CMYK
RGB Variations
Color information
#BDD30A (or 0xBDD30A) is known color: La Rioja. HEX triplet: BD, D3 and 0A. RGB value is (189,211,10). Sum of RGB (Red+Green+Blue) = 189+211+10=410 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.10% from 410); Green value is 211 (82.81% from 255 or 51.46% from 410); Blue value is 10 (4.30% from 255 or 2.44% from 410); Max value from RGB is 211 - color contains mainly: green. Hex color #BDD30A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDD30A is #422CF5. Grayscale: #B6B6B6. Windows color (decimal): -4336886 or 709565. OLE color: 709565.
HSL color Cylindrical-coordinate representation of color #BDD30A: hue angle of 66.57º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BDD30A is Cyan = 0.10, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 189 | 211 | 10 | - |
| CMYK | 0.10 | 0 | 0.95 | 0.17 |
| HSL | 66.57º | 0.91% | 0.43% | - |
| HSV(B) | 66.57º | 0.95% | 0.83% | - |
| XYZ | 44.34 | 57.43 | 9.04 | - |
| YUV | 181.51 | 31.21 | 133.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 211 | 10 | 0.10 | 0 | 0.95 | 0.17 | 66.57 | 0.91 | 0.43 |
| Hex | BD | D3 | A | A | 0 | 5F | 11 | 43 | 5B | 2B |
| Octal | 275 | 323 | 12 | 12 | 0 | 137 | 21 | 103 | 133 | 53 |
| Binary | 10111101 | 11010011 | 1010 | 1010 | 0 | 1011111 | 10001 | 1000011 | 1011011 | 101011 |
Color Harmonies of #BDD30A
Complementary color
Monochromatic Colors of #BDD30A
Black with #BDD30A
Text Example
Text Example
White with #BDD30A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD30A; }
p { color: rgb(189,211,10); }
H1.HeaderClassName
{
color: #BDD30A;
}
.AnyTagClassName
{
color: #BDD30A;
}
</style>
background-color css
<style>
a { background-color: #BDD30A; }
a { background-color: rgb(189,211,10); }
div.DivClassName
{
background-color: #BDD30A;
}
.BgClassName
{
background-color: #BDD30A;
}
</style>
border-color css
<style>
span { border-color: #BDD30A; }
span { border-color: rgb(189,211,10); }
td.TdClassName
{
border-color: #BDD30A;
}
.TagClassName
{
border-color: #BDD30A;
}
</style>