Shades of Rio Grande #BDC61F
Tints of Rio Grande #BDC61F
RGB
CMYK
RGB Variations
Color information
#BDC61F (or 0xBDC61F) is known color: Rio Grande. HEX triplet: BD, C6 and 1F. RGB value is (189,198,31). Sum of RGB (Red+Green+Blue) = 189+198+31=418 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.22% from 418); Green value is 198 (77.73% from 255 or 47.37% from 418); Blue value is 31 (12.5% from 255 or 7.42% from 418); Max value from RGB is 198 - color contains mainly: green. Hex color #BDC61F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC61F is #4239E0. Grayscale: #B0B0B0. Windows color (decimal): -4340193 or 2082493. OLE color: 2082493.
HSL color Cylindrical-coordinate representation of color #BDC61F: hue angle of 63.23º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BDC61F is Cyan = 0.05, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 198 | 31 | - |
| CMYK | 0.05 | 0 | 0.84 | 0.22 |
| HSL | 63.23º | 0.73% | 0.45% | - |
| HSV(B) | 63.23º | 0.84% | 0.78% | - |
| XYZ | 41.43 | 51.31 | 9.02 | - |
| YUV | 176.27 | 46.02 | 137.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 198 | 31 | 0.05 | 0 | 0.84 | 0.22 | 63.23 | 0.73 | 0.45 |
| Hex | BD | C6 | 1F | 5 | 0 | 54 | 16 | 3F | 49 | 2D |
| Octal | 275 | 306 | 37 | 5 | 0 | 124 | 26 | 77 | 111 | 55 |
| Binary | 10111101 | 11000110 | 11111 | 101 | 0 | 1010100 | 10110 | 111111 | 1001001 | 101101 |
Color Harmonies of #BDC61F
Complementary color
Monochromatic Colors of #BDC61F
Black with #BDC61F
Text Example
Text Example
White with #BDC61F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC61F; }
p { color: rgb(189,198,31); }
H1.HeaderClassName
{
color: #BDC61F;
}
.AnyTagClassName
{
color: #BDC61F;
}
</style>
background-color css
<style>
a { background-color: #BDC61F; }
a { background-color: rgb(189,198,31); }
div.DivClassName
{
background-color: #BDC61F;
}
.BgClassName
{
background-color: #BDC61F;
}
</style>
border-color css
<style>
span { border-color: #BDC61F; }
span { border-color: rgb(189,198,31); }
td.TdClassName
{
border-color: #BDC61F;
}
.TagClassName
{
border-color: #BDC61F;
}
</style>