Shades of Rio Grande #BDC614
Tints of Rio Grande #BDC614
RGB
CMYK
RGB Variations
Color information
#BDC614 (or 0xBDC614) is known color: Rio Grande. HEX triplet: BD, C6 and 14. RGB value is (189,198,20). Sum of RGB (Red+Green+Blue) = 189+198+20=407 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.44% from 407); Green value is 198 (77.73% from 255 or 48.65% from 407); Blue value is 20 (8.20% from 255 or 4.91% from 407); Max value from RGB is 198 - color contains mainly: green. Hex color #BDC614 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC614 is #4239EB. Grayscale: #AFAFAF. Windows color (decimal): -4340204 or 1361597. OLE color: 1361597.
HSL color Cylindrical-coordinate representation of color #BDC614: hue angle of 63.03º 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 #BDC614 is Cyan = 0.05, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 198 | 20 | - |
| CMYK | 0.05 | 0 | 0.90 | 0.22 |
| HSL | 63.03º | 0.82% | 0.43% | - |
| HSV(B) | 63.03º | 0.9% | 0.78% | - |
| XYZ | 41.31 | 51.26 | 8.38 | - |
| YUV | 175.02 | 40.52 | 137.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 198 | 20 | 0.05 | 0 | 0.90 | 0.22 | 63.03 | 0.82 | 0.43 |
| Hex | BD | C6 | 14 | 5 | 0 | 5A | 16 | 3F | 52 | 2B |
| Octal | 275 | 306 | 24 | 5 | 0 | 132 | 26 | 77 | 122 | 53 |
| Binary | 10111101 | 11000110 | 10100 | 101 | 0 | 1011010 | 10110 | 111111 | 1010010 | 101011 |
Color Harmonies of #BDC614
Complementary color
Monochromatic Colors of #BDC614
Black with #BDC614
Text Example
Text Example
White with #BDC614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC614; }
p { color: rgb(189,198,20); }
H1.HeaderClassName
{
color: #BDC614;
}
.AnyTagClassName
{
color: #BDC614;
}
</style>
background-color css
<style>
a { background-color: #BDC614; }
a { background-color: rgb(189,198,20); }
div.DivClassName
{
background-color: #BDC614;
}
.BgClassName
{
background-color: #BDC614;
}
</style>
border-color css
<style>
span { border-color: #BDC614; }
span { border-color: rgb(189,198,20); }
td.TdClassName
{
border-color: #BDC614;
}
.TagClassName
{
border-color: #BDC614;
}
</style>