Shades of Rio Grande #BDD21B
Tints of Rio Grande #BDD21B
RGB
CMYK
RGB Variations
Color information
#BDD21B (or 0xBDD21B) is known color: Rio Grande. HEX triplet: BD, D2 and 1B. RGB value is (189,210,27). Sum of RGB (Red+Green+Blue) = 189+210+27=426 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.37% from 426); Green value is 210 (82.42% from 255 or 49.30% from 426); Blue value is 27 (10.94% from 255 or 6.34% from 426); Max value from RGB is 210 - color contains mainly: green. Hex color #BDD21B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD21B is #422DE4. Grayscale: #B7B7B7. Windows color (decimal): -4337125 or 1823421. OLE color: 1823421.
HSL color Cylindrical-coordinate representation of color #BDD21B: hue angle of 66.89º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BDD21B is Cyan = 0.10, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 210 | 27 | - |
| CMYK | 0.10 | 0 | 0.87 | 0.18 |
| HSL | 66.89º | 0.77% | 0.46% | - |
| HSV(B) | 66.89º | 0.87% | 0.82% | - |
| XYZ | 44.23 | 56.99 | 9.71 | - |
| YUV | 182.86 | 40.04 | 132.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 210 | 27 | 0.10 | 0 | 0.87 | 0.18 | 66.89 | 0.77 | 0.46 |
| Hex | BD | D2 | 1B | A | 0 | 57 | 12 | 43 | 4D | 2E |
| Octal | 275 | 322 | 33 | 12 | 0 | 127 | 22 | 103 | 115 | 56 |
| Binary | 10111101 | 11010010 | 11011 | 1010 | 0 | 1010111 | 10010 | 1000011 | 1001101 | 101110 |
Color Harmonies of #BDD21B
Complementary color
Monochromatic Colors of #BDD21B
Black with #BDD21B
Text Example
Text Example
White with #BDD21B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD21B; }
p { color: rgb(189,210,27); }
H1.HeaderClassName
{
color: #BDD21B;
}
.AnyTagClassName
{
color: #BDD21B;
}
</style>
background-color css
<style>
a { background-color: #BDD21B; }
a { background-color: rgb(189,210,27); }
div.DivClassName
{
background-color: #BDD21B;
}
.BgClassName
{
background-color: #BDD21B;
}
</style>
border-color css
<style>
span { border-color: #BDD21B; }
span { border-color: rgb(189,210,27); }
td.TdClassName
{
border-color: #BDD21B;
}
.TagClassName
{
border-color: #BDD21B;
}
</style>