Shades of La Rioja #BDD00D
Tints of La Rioja #BDD00D
RGB
CMYK
RGB Variations
Color information
#BDD00D (or 0xBDD00D) is known color: La Rioja. HEX triplet: BD, D0 and 0D. RGB value is (189,208,13). Sum of RGB (Red+Green+Blue) = 189+208+13=410 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.10% from 410); Green value is 208 (81.64% from 255 or 50.73% from 410); Blue value is 13 (5.47% from 255 or 3.17% from 410); Max value from RGB is 208 - color contains mainly: green. Hex color #BDD00D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDD00D is #422FF2. Grayscale: #B4B4B4. Windows color (decimal): -4337651 or 905405. OLE color: 905405.
HSL color Cylindrical-coordinate representation of color #BDD00D: hue angle of 65.85º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BDD00D is Cyan = 0.09, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 208 | 13 | - |
| CMYK | 0.09 | 0 | 0.94 | 0.18 |
| HSL | 65.85º | 0.88% | 0.43% | - |
| HSV(B) | 65.85º | 0.94% | 0.82% | - |
| XYZ | 43.61 | 55.96 | 8.88 | - |
| YUV | 180.09 | 33.71 | 134.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 208 | 13 | 0.09 | 0 | 0.94 | 0.18 | 65.85 | 0.88 | 0.43 |
| Hex | BD | D0 | D | 9 | 0 | 5E | 12 | 42 | 58 | 2B |
| Octal | 275 | 320 | 15 | 11 | 0 | 136 | 22 | 102 | 130 | 53 |
| Binary | 10111101 | 11010000 | 1101 | 1001 | 0 | 1011110 | 10010 | 1000010 | 1011000 | 101011 |
Color Harmonies of #BDD00D
Complementary color
Monochromatic Colors of #BDD00D
Black with #BDD00D
Text Example
Text Example
White with #BDD00D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD00D; }
p { color: rgb(189,208,13); }
H1.HeaderClassName
{
color: #BDD00D;
}
.AnyTagClassName
{
color: #BDD00D;
}
</style>
background-color css
<style>
a { background-color: #BDD00D; }
a { background-color: rgb(189,208,13); }
div.DivClassName
{
background-color: #BDD00D;
}
.BgClassName
{
background-color: #BDD00D;
}
</style>
border-color css
<style>
span { border-color: #BDD00D; }
span { border-color: rgb(189,208,13); }
td.TdClassName
{
border-color: #BDD00D;
}
.TagClassName
{
border-color: #BDD00D;
}
</style>