Shades of Rio Grande #BDC714
Tints of Rio Grande #BDC714
RGB
CMYK
RGB Variations
Color information
#BDC714 (or 0xBDC714) is known color: Rio Grande. HEX triplet: BD, C7 and 14. RGB value is (189,199,20). Sum of RGB (Red+Green+Blue) = 189+199+20=408 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.32% from 408); Green value is 199 (78.12% from 255 or 48.77% from 408); Blue value is 20 (8.20% from 255 or 4.90% from 408); Max value from RGB is 199 - color contains mainly: green. Hex color #BDC714 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC714 is #4238EB. Grayscale: #B0B0B0. Windows color (decimal): -4339948 or 1361853. OLE color: 1361853.
HSL color Cylindrical-coordinate representation of color #BDC714: hue angle of 63.35º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BDC714 is Cyan = 0.05, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 199 | 20 | - |
| CMYK | 0.05 | 0 | 0.90 | 0.22 |
| HSL | 63.35º | 0.82% | 0.43% | - |
| HSV(B) | 63.35º | 0.9% | 0.78% | - |
| XYZ | 41.54 | 51.72 | 8.45 | - |
| YUV | 175.6 | 40.19 | 137.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 199 | 20 | 0.05 | 0 | 0.90 | 0.22 | 63.35 | 0.82 | 0.43 |
| Hex | BD | C7 | 14 | 5 | 0 | 5A | 16 | 3F | 52 | 2B |
| Octal | 275 | 307 | 24 | 5 | 0 | 132 | 26 | 77 | 122 | 53 |
| Binary | 10111101 | 11000111 | 10100 | 101 | 0 | 1011010 | 10110 | 111111 | 1010010 | 101011 |
Color Harmonies of #BDC714
Complementary color
Monochromatic Colors of #BDC714
Black with #BDC714
Text Example
Text Example
White with #BDC714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC714; }
p { color: rgb(189,199,20); }
H1.HeaderClassName
{
color: #BDC714;
}
.AnyTagClassName
{
color: #BDC714;
}
</style>
background-color css
<style>
a { background-color: #BDC714; }
a { background-color: rgb(189,199,20); }
div.DivClassName
{
background-color: #BDC714;
}
.BgClassName
{
background-color: #BDC714;
}
</style>
border-color css
<style>
span { border-color: #BDC714; }
span { border-color: rgb(189,199,20); }
td.TdClassName
{
border-color: #BDC714;
}
.TagClassName
{
border-color: #BDC714;
}
</style>