Shades of Rio Grande #BDD21D
Tints of Rio Grande #BDD21D
RGB
CMYK
RGB Variations
Color information
#BDD21D (or 0xBDD21D) is known color: Rio Grande. HEX triplet: BD, D2 and 1D. RGB value is (189,210,29). Sum of RGB (Red+Green+Blue) = 189+210+29=428 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.16% from 428); Green value is 210 (82.42% from 255 or 49.07% from 428); Blue value is 29 (11.72% from 255 or 6.78% from 428); Max value from RGB is 210 - color contains mainly: green. Hex color #BDD21D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD21D is #422DE2. Grayscale: #B7B7B7. Windows color (decimal): -4337123 or 1954493. OLE color: 1954493.
HSL color Cylindrical-coordinate representation of color #BDD21D: hue angle of 66.96º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BDD21D is Cyan = 0.10, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 210 | 29 | - |
| CMYK | 0.10 | 0 | 0.86 | 0.18 |
| HSL | 66.96º | 0.76% | 0.47% | - |
| HSV(B) | 66.96º | 0.86% | 0.82% | - |
| XYZ | 44.25 | 57 | 9.83 | - |
| YUV | 183.09 | 41.04 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 210 | 29 | 0.10 | 0 | 0.86 | 0.18 | 66.96 | 0.76 | 0.47 |
| Hex | BD | D2 | 1D | A | 0 | 56 | 12 | 43 | 4C | 2F |
| Octal | 275 | 322 | 35 | 12 | 0 | 126 | 22 | 103 | 114 | 57 |
| Binary | 10111101 | 11010010 | 11101 | 1010 | 0 | 1010110 | 10010 | 1000011 | 1001100 | 101111 |
Color Harmonies of #BDD21D
Complementary color
Monochromatic Colors of #BDD21D
Black with #BDD21D
Text Example
Text Example
White with #BDD21D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD21D; }
p { color: rgb(189,210,29); }
H1.HeaderClassName
{
color: #BDD21D;
}
.AnyTagClassName
{
color: #BDD21D;
}
</style>
background-color css
<style>
a { background-color: #BDD21D; }
a { background-color: rgb(189,210,29); }
div.DivClassName
{
background-color: #BDD21D;
}
.BgClassName
{
background-color: #BDD21D;
}
</style>
border-color css
<style>
span { border-color: #BDD21D; }
span { border-color: rgb(189,210,29); }
td.TdClassName
{
border-color: #BDD21D;
}
.TagClassName
{
border-color: #BDD21D;
}
</style>