Shades of La Rioja #BDD202
Tints of La Rioja #BDD202
RGB
CMYK
RGB Variations
Color information
#BDD202 (or 0xBDD202) is known color: La Rioja. HEX triplet: BD, D2 and 02. RGB value is (189,210,2). Sum of RGB (Red+Green+Blue) = 189+210+2=401 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.13% from 401); Green value is 210 (82.42% from 255 or 52.37% from 401); Blue value is 2 (1.17% from 255 or 0.50% from 401); Max value from RGB is 210 - color contains mainly: green. Hex color #BDD202 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDD202 is #422DFD. Grayscale: #B4B4B4. Windows color (decimal): -4337150 or 185021. OLE color: 185021.
HSL color Cylindrical-coordinate representation of color #BDD202: hue angle of 66.06º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BDD202 is Cyan = 0.10, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 210 | 2 | - |
| CMYK | 0.10 | 0 | 0.99 | 0.18 |
| HSL | 66.06º | 0.98% | 0.42% | - |
| HSV(B) | 66.06º | 0.99% | 0.82% | - |
| XYZ | 44.04 | 56.92 | 8.72 | - |
| YUV | 180.01 | 27.54 | 134.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 210 | 2 | 0.10 | 0 | 0.99 | 0.18 | 66.06 | 0.98 | 0.42 |
| Hex | BD | D2 | 2 | A | 0 | 63 | 12 | 42 | 62 | 2A |
| Octal | 275 | 322 | 2 | 12 | 0 | 143 | 22 | 102 | 142 | 52 |
| Binary | 10111101 | 11010010 | 10 | 1010 | 0 | 1100011 | 10010 | 1000010 | 1100010 | 101010 |
Color Harmonies of #BDD202
Complementary color
Monochromatic Colors of #BDD202
Black with #BDD202
Text Example
Text Example
White with #BDD202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD202; }
p { color: rgb(189,210,2); }
H1.HeaderClassName
{
color: #BDD202;
}
.AnyTagClassName
{
color: #BDD202;
}
</style>
background-color css
<style>
a { background-color: #BDD202; }
a { background-color: rgb(189,210,2); }
div.DivClassName
{
background-color: #BDD202;
}
.BgClassName
{
background-color: #BDD202;
}
</style>
border-color css
<style>
span { border-color: #BDD202; }
span { border-color: rgb(189,210,2); }
td.TdClassName
{
border-color: #BDD202;
}
.TagClassName
{
border-color: #BDD202;
}
</style>