Shades of Rio Grande #BCD314
Tints of Rio Grande #BCD314
RGB
CMYK
RGB Variations
Color information
#BCD314 (or 0xBCD314) is known color: Rio Grande. HEX triplet: BC, D3 and 14. RGB value is (188,211,20). Sum of RGB (Red+Green+Blue) = 188+211+20=419 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.87% from 419); Green value is 211 (82.81% from 255 or 50.36% from 419); Blue value is 20 (8.20% from 255 or 4.77% from 419); Max value from RGB is 211 - color contains mainly: green. Hex color #BCD314 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCD314 is #432CEB. Grayscale: #B7B7B7. Windows color (decimal): -4402412 or 1364924. OLE color: 1364924.
HSL color Cylindrical-coordinate representation of color #BCD314: hue angle of 67.23º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BCD314 is Cyan = 0.11, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 188 | 211 | 20 | - |
| CMYK | 0.11 | 0 | 0.91 | 0.17 |
| HSL | 67.23º | 0.83% | 0.45% | - |
| HSV(B) | 67.23º | 0.91% | 0.83% | - |
| XYZ | 44.16 | 57.33 | 9.4 | - |
| YUV | 182.35 | 36.38 | 132.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 211 | 20 | 0.11 | 0 | 0.91 | 0.17 | 67.23 | 0.83 | 0.45 |
| Hex | BC | D3 | 14 | B | 0 | 5B | 11 | 43 | 53 | 2D |
| Octal | 274 | 323 | 24 | 13 | 0 | 133 | 21 | 103 | 123 | 55 |
| Binary | 10111100 | 11010011 | 10100 | 1011 | 0 | 1011011 | 10001 | 1000011 | 1010011 | 101101 |
Color Harmonies of #BCD314
Complementary color
Monochromatic Colors of #BCD314
Black with #BCD314
Text Example
Text Example
White with #BCD314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD314; }
p { color: rgb(188,211,20); }
H1.HeaderClassName
{
color: #BCD314;
}
.AnyTagClassName
{
color: #BCD314;
}
</style>
background-color css
<style>
a { background-color: #BCD314; }
a { background-color: rgb(188,211,20); }
div.DivClassName
{
background-color: #BCD314;
}
.BgClassName
{
background-color: #BCD314;
}
</style>
border-color css
<style>
span { border-color: #BCD314; }
span { border-color: rgb(188,211,20); }
td.TdClassName
{
border-color: #BCD314;
}
.TagClassName
{
border-color: #BCD314;
}
</style>