Shades of Rio Grande #BDCD14
Tints of Rio Grande #BDCD14
RGB
CMYK
RGB Variations
Color information
#BDCD14 (or 0xBDCD14) is known color: Rio Grande. HEX triplet: BD, CD and 14. RGB value is (189,205,20). Sum of RGB (Red+Green+Blue) = 189+205+20=414 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.65% from 414); Green value is 205 (80.47% from 255 or 49.52% from 414); Blue value is 20 (8.20% from 255 or 4.83% from 414); Max value from RGB is 205 - color contains mainly: green. Hex color #BDCD14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDCD14 is #4232EB. Grayscale: #B3B3B3. Windows color (decimal): -4338412 or 1363389. OLE color: 1363389.
HSL color Cylindrical-coordinate representation of color #BDCD14: hue angle of 65.19º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BDCD14 is Cyan = 0.08, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 205 | 20 | - |
| CMYK | 0.08 | 0 | 0.90 | 0.20 |
| HSL | 65.19º | 0.82% | 0.44% | - |
| HSV(B) | 65.19º | 0.9% | 0.8% | - |
| XYZ | 42.94 | 54.53 | 8.92 | - |
| YUV | 179.13 | 38.2 | 135.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 205 | 20 | 0.08 | 0 | 0.90 | 0.20 | 65.19 | 0.82 | 0.44 |
| Hex | BD | CD | 14 | 8 | 0 | 5A | 14 | 41 | 52 | 2C |
| Octal | 275 | 315 | 24 | 10 | 0 | 132 | 24 | 101 | 122 | 54 |
| Binary | 10111101 | 11001101 | 10100 | 1000 | 0 | 1011010 | 10100 | 1000001 | 1010010 | 101100 |
Color Harmonies of #BDCD14
Complementary color
Monochromatic Colors of #BDCD14
Black with #BDCD14
Text Example
Text Example
White with #BDCD14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCD14; }
p { color: rgb(189,205,20); }
H1.HeaderClassName
{
color: #BDCD14;
}
.AnyTagClassName
{
color: #BDCD14;
}
</style>
background-color css
<style>
a { background-color: #BDCD14; }
a { background-color: rgb(189,205,20); }
div.DivClassName
{
background-color: #BDCD14;
}
.BgClassName
{
background-color: #BDCD14;
}
</style>
border-color css
<style>
span { border-color: #BDCD14; }
span { border-color: rgb(189,205,20); }
td.TdClassName
{
border-color: #BDCD14;
}
.TagClassName
{
border-color: #BDCD14;
}
</style>