Shades of Rio Grande #BDC91E
Tints of Rio Grande #BDC91E
RGB
CMYK
RGB Variations
Color information
#BDC91E (or 0xBDC91E) is known color: Rio Grande. HEX triplet: BD, C9 and 1E. RGB value is (189,201,30). Sum of RGB (Red+Green+Blue) = 189+201+30=420 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45% from 420); Green value is 201 (78.91% from 255 or 47.86% from 420); Blue value is 30 (12.11% from 255 or 7.14% from 420); Max value from RGB is 201 - color contains mainly: green. Hex color #BDC91E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC91E is #4236E1. Grayscale: #B2B2B2. Windows color (decimal): -4339426 or 2017725. OLE color: 2017725.
HSL color Cylindrical-coordinate representation of color #BDC91E: hue angle of 64.21º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BDC91E is Cyan = 0.06, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 189 | 201 | 30 | - |
| CMYK | 0.06 | 0 | 0.85 | 0.21 |
| HSL | 64.21º | 0.74% | 0.45% | - |
| HSV(B) | 64.21º | 0.85% | 0.79% | - |
| XYZ | 42.11 | 52.69 | 9.18 | - |
| YUV | 177.92 | 44.52 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 201 | 30 | 0.06 | 0 | 0.85 | 0.21 | 64.21 | 0.74 | 0.45 |
| Hex | BD | C9 | 1E | 6 | 0 | 55 | 15 | 40 | 4A | 2D |
| Octal | 275 | 311 | 36 | 6 | 0 | 125 | 25 | 100 | 112 | 55 |
| Binary | 10111101 | 11001001 | 11110 | 110 | 0 | 1010101 | 10101 | 1000000 | 1001010 | 101101 |
Color Harmonies of #BDC91E
Complementary color
Monochromatic Colors of #BDC91E
Black with #BDC91E
Text Example
Text Example
White with #BDC91E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC91E; }
p { color: rgb(189,201,30); }
H1.HeaderClassName
{
color: #BDC91E;
}
.AnyTagClassName
{
color: #BDC91E;
}
</style>
background-color css
<style>
a { background-color: #BDC91E; }
a { background-color: rgb(189,201,30); }
div.DivClassName
{
background-color: #BDC91E;
}
.BgClassName
{
background-color: #BDC91E;
}
</style>
border-color css
<style>
span { border-color: #BDC91E; }
span { border-color: rgb(189,201,30); }
td.TdClassName
{
border-color: #BDC91E;
}
.TagClassName
{
border-color: #BDC91E;
}
</style>