Shades of La Rioja #BDD007
Tints of La Rioja #BDD007
RGB
CMYK
RGB Variations
Color information
#BDD007 (or 0xBDD007) is known color: La Rioja. HEX triplet: BD, D0 and 07. RGB value is (189,208,7). Sum of RGB (Red+Green+Blue) = 189+208+7=404 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.78% from 404); Green value is 208 (81.64% from 255 or 51.49% from 404); Blue value is 7 (3.12% from 255 or 1.73% from 404); Max value from RGB is 208 - color contains mainly: green. Hex color #BDD007 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDD007 is #422FF8. Grayscale: #B4B4B4. Windows color (decimal): -4337657 or 512189. OLE color: 512189.
HSL color Cylindrical-coordinate representation of color #BDD007: hue angle of 65.67º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BDD007 is Cyan = 0.09, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 208 | 7 | - |
| CMYK | 0.09 | 0 | 0.97 | 0.18 |
| HSL | 65.67º | 0.93% | 0.42% | - |
| HSV(B) | 65.67º | 0.97% | 0.82% | - |
| XYZ | 43.58 | 55.95 | 8.7 | - |
| YUV | 179.41 | 30.71 | 134.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 208 | 7 | 0.09 | 0 | 0.97 | 0.18 | 65.67 | 0.93 | 0.42 |
| Hex | BD | D0 | 7 | 9 | 0 | 61 | 12 | 42 | 5D | 2A |
| Octal | 275 | 320 | 7 | 11 | 0 | 141 | 22 | 102 | 135 | 52 |
| Binary | 10111101 | 11010000 | 111 | 1001 | 0 | 1100001 | 10010 | 1000010 | 1011101 | 101010 |
Color Harmonies of #BDD007
Complementary color
Monochromatic Colors of #BDD007
Black with #BDD007
Text Example
Text Example
White with #BDD007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD007; }
p { color: rgb(189,208,7); }
H1.HeaderClassName
{
color: #BDD007;
}
.AnyTagClassName
{
color: #BDD007;
}
</style>
background-color css
<style>
a { background-color: #BDD007; }
a { background-color: rgb(189,208,7); }
div.DivClassName
{
background-color: #BDD007;
}
.BgClassName
{
background-color: #BDD007;
}
</style>
border-color css
<style>
span { border-color: #BDD007; }
span { border-color: rgb(189,208,7); }
td.TdClassName
{
border-color: #BDD007;
}
.TagClassName
{
border-color: #BDD007;
}
</style>