Shades of Rio Grande #BDCF1D
Tints of Rio Grande #BDCF1D
RGB
CMYK
RGB Variations
Color information
#BDCF1D (or 0xBDCF1D) is known color: Rio Grande. HEX triplet: BD, CF and 1D. RGB value is (189,207,29). Sum of RGB (Red+Green+Blue) = 189+207+29=425 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.47% from 425); Green value is 207 (81.25% from 255 or 48.71% from 425); Blue value is 29 (11.72% from 255 or 6.82% from 425); Max value from RGB is 207 - color contains mainly: green. Hex color #BDCF1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDCF1D is #4230E2. Grayscale: #B6B6B6. Windows color (decimal): -4337891 or 1953725. OLE color: 1953725.
HSL color Cylindrical-coordinate representation of color #BDCF1D: hue angle of 66.07º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BDCF1D is Cyan = 0.09, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 207 | 29 | - |
| CMYK | 0.09 | 0 | 0.86 | 0.19 |
| HSL | 66.07º | 0.75% | 0.46% | - |
| HSV(B) | 66.07º | 0.86% | 0.81% | - |
| XYZ | 43.52 | 55.53 | 9.59 | - |
| YUV | 181.33 | 42.04 | 133.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 207 | 29 | 0.09 | 0 | 0.86 | 0.19 | 66.07 | 0.75 | 0.46 |
| Hex | BD | CF | 1D | 9 | 0 | 56 | 13 | 42 | 4B | 2E |
| Octal | 275 | 317 | 35 | 11 | 0 | 126 | 23 | 102 | 113 | 56 |
| Binary | 10111101 | 11001111 | 11101 | 1001 | 0 | 1010110 | 10011 | 1000010 | 1001011 | 101110 |
Color Harmonies of #BDCF1D
Complementary color
Monochromatic Colors of #BDCF1D
Black with #BDCF1D
Text Example
Text Example
White with #BDCF1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCF1D; }
p { color: rgb(189,207,29); }
H1.HeaderClassName
{
color: #BDCF1D;
}
.AnyTagClassName
{
color: #BDCF1D;
}
</style>
background-color css
<style>
a { background-color: #BDCF1D; }
a { background-color: rgb(189,207,29); }
div.DivClassName
{
background-color: #BDCF1D;
}
.BgClassName
{
background-color: #BDCF1D;
}
</style>
border-color css
<style>
span { border-color: #BDCF1D; }
span { border-color: rgb(189,207,29); }
td.TdClassName
{
border-color: #BDCF1D;
}
.TagClassName
{
border-color: #BDCF1D;
}
</style>