Shades of Rio Grande #BCD614
Tints of Rio Grande #BCD614
RGB
CMYK
RGB Variations
Color information
#BCD614 (or 0xBCD614) is known color: Rio Grande. HEX triplet: BC, D6 and 14. RGB value is (188,214,20). Sum of RGB (Red+Green+Blue) = 188+214+20=422 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.55% from 422); Green value is 214 (83.98% from 255 or 50.71% from 422); Blue value is 20 (8.20% from 255 or 4.74% from 422); Max value from RGB is 214 - color contains mainly: green. Hex color #BCD614 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCD614 is #4329EB. Grayscale: #B8B8B8. Windows color (decimal): -4401644 or 1365692. OLE color: 1365692.
HSL color Cylindrical-coordinate representation of color #BCD614: hue angle of 68.04º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BCD614 is Cyan = 0.12, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 214 | 20 | - |
| CMYK | 0.12 | 0 | 0.91 | 0.16 |
| HSL | 68.04º | 0.83% | 0.46% | - |
| HSV(B) | 68.04º | 0.91% | 0.84% | - |
| XYZ | 44.91 | 58.84 | 9.65 | - |
| YUV | 184.11 | 35.39 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 214 | 20 | 0.12 | 0 | 0.91 | 0.16 | 68.04 | 0.83 | 0.46 |
| Hex | BC | D6 | 14 | C | 0 | 5B | 10 | 44 | 53 | 2E |
| Octal | 274 | 326 | 24 | 14 | 0 | 133 | 20 | 104 | 123 | 56 |
| Binary | 10111100 | 11010110 | 10100 | 1100 | 0 | 1011011 | 10000 | 1000100 | 1010011 | 101110 |
Color Harmonies of #BCD614
Complementary color
Monochromatic Colors of #BCD614
Black with #BCD614
Text Example
Text Example
White with #BCD614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD614; }
p { color: rgb(188,214,20); }
H1.HeaderClassName
{
color: #BCD614;
}
.AnyTagClassName
{
color: #BCD614;
}
</style>
background-color css
<style>
a { background-color: #BCD614; }
a { background-color: rgb(188,214,20); }
div.DivClassName
{
background-color: #BCD614;
}
.BgClassName
{
background-color: #BCD614;
}
</style>
border-color css
<style>
span { border-color: #BCD614; }
span { border-color: rgb(188,214,20); }
td.TdClassName
{
border-color: #BCD614;
}
.TagClassName
{
border-color: #BCD614;
}
</style>