Shades of Rio Grande #BDD21F
Tints of Rio Grande #BDD21F
RGB
CMYK
RGB Variations
Color information
#BDD21F (or 0xBDD21F) is known color: Rio Grande. HEX triplet: BD, D2 and 1F. RGB value is (189,210,31). Sum of RGB (Red+Green+Blue) = 189+210+31=430 (56% of max value = 765). Red value is 189 (74.22% from 255 or 43.95% from 430); Green value is 210 (82.42% from 255 or 48.84% from 430); Blue value is 31 (12.5% from 255 or 7.21% from 430); Max value from RGB is 210 - color contains mainly: green. Hex color #BDD21F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD21F is #422DE0. Grayscale: #B8B8B8. Windows color (decimal): -4337121 or 2085565. OLE color: 2085565.
HSL color Cylindrical-coordinate representation of color #BDD21F: hue angle of 67.04º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BDD21F is Cyan = 0.10, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 210 | 31 | - |
| CMYK | 0.10 | 0 | 0.85 | 0.18 |
| HSL | 67.04º | 0.74% | 0.47% | - |
| HSV(B) | 67.04º | 0.85% | 0.82% | - |
| XYZ | 44.28 | 57.01 | 9.97 | - |
| YUV | 183.32 | 42.04 | 132.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 210 | 31 | 0.10 | 0 | 0.85 | 0.18 | 67.04 | 0.74 | 0.47 |
| Hex | BD | D2 | 1F | A | 0 | 55 | 12 | 43 | 4A | 2F |
| Octal | 275 | 322 | 37 | 12 | 0 | 125 | 22 | 103 | 112 | 57 |
| Binary | 10111101 | 11010010 | 11111 | 1010 | 0 | 1010101 | 10010 | 1000011 | 1001010 | 101111 |
Color Harmonies of #BDD21F
Complementary color
Monochromatic Colors of #BDD21F
Black with #BDD21F
Text Example
Text Example
White with #BDD21F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD21F; }
p { color: rgb(189,210,31); }
H1.HeaderClassName
{
color: #BDD21F;
}
.AnyTagClassName
{
color: #BDD21F;
}
</style>
background-color css
<style>
a { background-color: #BDD21F; }
a { background-color: rgb(189,210,31); }
div.DivClassName
{
background-color: #BDD21F;
}
.BgClassName
{
background-color: #BDD21F;
}
</style>
border-color css
<style>
span { border-color: #BDD21F; }
span { border-color: rgb(189,210,31); }
td.TdClassName
{
border-color: #BDD21F;
}
.TagClassName
{
border-color: #BDD21F;
}
</style>