Shades of La Rioja #BDD204
Tints of La Rioja #BDD204
RGB
CMYK
RGB Variations
Color information
#BDD204 (or 0xBDD204) is known color: La Rioja. HEX triplet: BD, D2 and 04. RGB value is (189,210,4). Sum of RGB (Red+Green+Blue) = 189+210+4=403 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.90% from 403); Green value is 210 (82.42% from 255 or 52.11% from 403); Blue value is 4 (1.95% from 255 or 0.99% from 403); Max value from RGB is 210 - color contains mainly: green. Hex color #BDD204 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDD204 is #422DFB. Grayscale: #B5B5B5. Windows color (decimal): -4337148 or 316093. OLE color: 316093.
HSL color Cylindrical-coordinate representation of color #BDD204: hue angle of 66.12º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BDD204 is Cyan = 0.10, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 210 | 4 | - |
| CMYK | 0.10 | 0 | 0.98 | 0.18 |
| HSL | 66.12º | 0.96% | 0.42% | - |
| HSV(B) | 66.12º | 0.98% | 0.82% | - |
| XYZ | 44.05 | 56.92 | 8.78 | - |
| YUV | 180.24 | 28.54 | 134.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 210 | 4 | 0.10 | 0 | 0.98 | 0.18 | 66.12 | 0.96 | 0.42 |
| Hex | BD | D2 | 4 | A | 0 | 62 | 12 | 42 | 60 | 2A |
| Octal | 275 | 322 | 4 | 12 | 0 | 142 | 22 | 102 | 140 | 52 |
| Binary | 10111101 | 11010010 | 100 | 1010 | 0 | 1100010 | 10010 | 1000010 | 1100000 | 101010 |
Color Harmonies of #BDD204
Complementary color
Monochromatic Colors of #BDD204
Black with #BDD204
Text Example
Text Example
White with #BDD204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD204; }
p { color: rgb(189,210,4); }
H1.HeaderClassName
{
color: #BDD204;
}
.AnyTagClassName
{
color: #BDD204;
}
</style>
background-color css
<style>
a { background-color: #BDD204; }
a { background-color: rgb(189,210,4); }
div.DivClassName
{
background-color: #BDD204;
}
.BgClassName
{
background-color: #BDD204;
}
</style>
border-color css
<style>
span { border-color: #BDD204; }
span { border-color: rgb(189,210,4); }
td.TdClassName
{
border-color: #BDD204;
}
.TagClassName
{
border-color: #BDD204;
}
</style>