Shades of Rio Grande #BDCD1F
Tints of Rio Grande #BDCD1F
RGB
CMYK
RGB Variations
Color information
#BDCD1F (or 0xBDCD1F) is known color: Rio Grande. HEX triplet: BD, CD and 1F. RGB value is (189,205,31). Sum of RGB (Red+Green+Blue) = 189+205+31=425 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.47% from 425); Green value is 205 (80.47% from 255 or 48.24% from 425); Blue value is 31 (12.5% from 255 or 7.29% from 425); Max value from RGB is 205 - color contains mainly: green. Hex color #BDCD1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDCD1F is #4232E0. Grayscale: #B5B5B5. Windows color (decimal): -4338401 or 2084285. OLE color: 2084285.
HSL color Cylindrical-coordinate representation of color #BDCD1F: hue angle of 65.52º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BDCD1F is Cyan = 0.08, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 205 | 31 | - |
| CMYK | 0.08 | 0 | 0.85 | 0.20 |
| HSL | 65.52º | 0.74% | 0.46% | - |
| HSV(B) | 65.52º | 0.85% | 0.8% | - |
| XYZ | 43.06 | 54.58 | 9.56 | - |
| YUV | 180.38 | 43.7 | 134.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 205 | 31 | 0.08 | 0 | 0.85 | 0.20 | 65.52 | 0.74 | 0.46 |
| Hex | BD | CD | 1F | 8 | 0 | 55 | 14 | 42 | 4A | 2E |
| Octal | 275 | 315 | 37 | 10 | 0 | 125 | 24 | 102 | 112 | 56 |
| Binary | 10111101 | 11001101 | 11111 | 1000 | 0 | 1010101 | 10100 | 1000010 | 1001010 | 101110 |
Color Harmonies of #BDCD1F
Complementary color
Monochromatic Colors of #BDCD1F
Black with #BDCD1F
Text Example
Text Example
White with #BDCD1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCD1F; }
p { color: rgb(189,205,31); }
H1.HeaderClassName
{
color: #BDCD1F;
}
.AnyTagClassName
{
color: #BDCD1F;
}
</style>
background-color css
<style>
a { background-color: #BDCD1F; }
a { background-color: rgb(189,205,31); }
div.DivClassName
{
background-color: #BDCD1F;
}
.BgClassName
{
background-color: #BDCD1F;
}
</style>
border-color css
<style>
span { border-color: #BDCD1F; }
span { border-color: rgb(189,205,31); }
td.TdClassName
{
border-color: #BDCD1F;
}
.TagClassName
{
border-color: #BDCD1F;
}
</style>