Shades of Rio Grande #BDC21F
Tints of Rio Grande #BDC21F
RGB
CMYK
RGB Variations
Color information
#BDC21F (or 0xBDC21F) is known color: Rio Grande. HEX triplet: BD, C2 and 1F. RGB value is (189,194,31). Sum of RGB (Red+Green+Blue) = 189+194+31=414 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.65% from 414); Green value is 194 (76.17% from 255 or 46.86% from 414); Blue value is 31 (12.5% from 255 or 7.49% from 414); Max value from RGB is 194 - color contains mainly: green. Hex color #BDC21F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC21F is #423DE0. Grayscale: #AEAEAE. Windows color (decimal): -4341217 or 2081469. OLE color: 2081469.
HSL color Cylindrical-coordinate representation of color #BDC21F: hue angle of 61.84º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BDC21F is Cyan = 0.03, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 194 | 31 | - |
| CMYK | 0.03 | 0 | 0.84 | 0.24 |
| HSL | 61.84º | 0.72% | 0.44% | - |
| HSV(B) | 61.84º | 0.84% | 0.76% | - |
| XYZ | 40.53 | 49.5 | 8.72 | - |
| YUV | 173.92 | 47.34 | 138.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 194 | 31 | 0.03 | 0 | 0.84 | 0.24 | 61.84 | 0.72 | 0.44 |
| Hex | BD | C2 | 1F | 3 | 0 | 54 | 18 | 3E | 48 | 2C |
| Octal | 275 | 302 | 37 | 3 | 0 | 124 | 30 | 76 | 110 | 54 |
| Binary | 10111101 | 11000010 | 11111 | 11 | 0 | 1010100 | 11000 | 111110 | 1001000 | 101100 |
Color Harmonies of #BDC21F
Complementary color
Monochromatic Colors of #BDC21F
Black with #BDC21F
Text Example
Text Example
White with #BDC21F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC21F; }
p { color: rgb(189,194,31); }
H1.HeaderClassName
{
color: #BDC21F;
}
.AnyTagClassName
{
color: #BDC21F;
}
</style>
background-color css
<style>
a { background-color: #BDC21F; }
a { background-color: rgb(189,194,31); }
div.DivClassName
{
background-color: #BDC21F;
}
.BgClassName
{
background-color: #BDC21F;
}
</style>
border-color css
<style>
span { border-color: #BDC21F; }
span { border-color: rgb(189,194,31); }
td.TdClassName
{
border-color: #BDC21F;
}
.TagClassName
{
border-color: #BDC21F;
}
</style>